Skip to content

Commit c1b6105

Browse files
fix: staging and sandbox urls
1 parent 9d9a201 commit c1b6105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

do.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ GRADLE_VERSION=4.2.0
3939
# run only inside build container
4040
build_jar_inside() {
4141
if [ "$NAMESPACE" == "sandbox" ]; then
42-
API="http://sandbox.sourcerer/api/commit"
42+
API="https://sandbox.sourcerer/api/commit"
4343
elif [ "$NAMESPACE" == "staging" ]; then
44-
API="http://staging.sourcerer/api/commit"
44+
API="https://staging.sourcerer/api/commit"
4545
elif [ "$NAMESPACE" == "local" ]; then
4646
API="http://localhost:3181"
4747
else

0 commit comments

Comments
 (0)