Skip to content
Snippets Groups Projects
Commit 57de6ca9 authored by michael.minelli's avatar michael.minelli
Browse files

Update shared

parent 77278dd2
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,6 @@ class Config { ...@@ -14,10 +14,6 @@ class Config {
defaultLocalExercise: string defaultLocalExercise: string
}; };
public assignment: {
filename: string
};
public readonly exercise: { public readonly exercise: {
neededFiles: Array<string> neededFiles: Array<string>
}; };
...@@ -36,10 +32,6 @@ class Config { ...@@ -36,10 +32,6 @@ class Config {
defaultLocalExercise: process.env.LOCAL_EXERCISE_DEFAULT_FOLDER || './' defaultLocalExercise: process.env.LOCAL_EXERCISE_DEFAULT_FOLDER || './'
}; };
this.assignment = {
filename: process.env.ASSIGNMENT_FILENAME || ''
};
this.exercise = { this.exercise = {
neededFiles: JSON.parse(process.env.EXERCISE_NEEDED_FILES || '[]') neededFiles: JSON.parse(process.env.EXERCISE_NEEDED_FILES || '[]')
}; };
......
Subproject commit 8424367748a6fc47f8da10b85e7663f3f7d07620 Subproject commit bf9d1563115f0c0db0863beed88bdb2ef87c5285
Subproject commit 97ba763f9517880ecfa6245c172a0e330ebdd11a Subproject commit 7c9d9b4403992ce31b400f9a1084774fc8e7bb3d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment