Skip to content

Commit efbb449

Browse files
authored
Merge pull request #3 from TiagoGouvea/patch-2
Fixing entrypoint.sh uncommented line
2 parents 22d3fd8 + fb78537 commit efbb449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
ROLLBAR_DEPLOY_ID=$(echo $RESPONSE | jq -r '.result.id')
3939
fi
4040

41-
If not ROLLBAR_DEPLOY_ID something failed
41+
# If not ROLLBAR_DEPLOY_ID something failed
4242
if [[ "$ROLLBAR_DEPLOY_ID" == "null" ]]; then
4343
exit 1
4444
fi

0 commit comments

Comments
 (0)