-
Notifications
You must be signed in to change notification settings - Fork 16
Major Bug fixes #162
base: master
Are you sure you want to change the base?
Major Bug fixes #162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When fixing bugs, please follow these general rules:
- present one commit per bug fix
- say in the commit message what bug is being fixed
This will make it much easier to review.
@@ -70,7 +70,7 @@ private static JSONObject generateBuildSettings(final JSONObject buildSettings) | |||
dockerInfo.put("base", buildSettings.getString("base")); | |||
if (buildSettings.has("tag")) { | |||
dockerInfo.put("tag", buildSettings.getString("tag")); | |||
dockerInfo.put("build", "true"); | |||
dockerInfo.put("build", "false"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dang, this sees like a pretty big change.... There should be a test that accompanies this to show that the problem existed and that the problem was solved by this particular change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually fails the testing at this time because the test expects "true". Setting docker to true actually fails, see #155 and this comment in #141.
Co-authored-by: Kristin Whetstone <[email protected]>
The test is still expecting false? |
a) Changes the docker build to false: Prevents the docker in docker condition.
b) Changes the empty editor to now set the code.
c) Change title in
index.html