We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a201 commit c1b6105Copy full SHA for c1b6105
do.sh
@@ -39,9 +39,9 @@ GRADLE_VERSION=4.2.0
39
# run only inside build container
40
build_jar_inside() {
41
if [ "$NAMESPACE" == "sandbox" ]; then
42
- API="http://sandbox.sourcerer/api/commit"
+ API="https://sandbox.sourcerer/api/commit"
43
elif [ "$NAMESPACE" == "staging" ]; then
44
- API="http://staging.sourcerer/api/commit"
+ API="https://staging.sourcerer/api/commit"
45
elif [ "$NAMESPACE" == "local" ]; then
46
API="http://localhost:3181"
47
else
0 commit comments