Skip to content

Commit

Permalink
fix: staging and sandbox urls
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolystansler committed Jan 15, 2018
1 parent 9d9a201 commit c1b6105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ GRADLE_VERSION=4.2.0
# run only inside build container
build_jar_inside() {
if [ "$NAMESPACE" == "sandbox" ]; then
API="http://sandbox.sourcerer/api/commit"
API="https://sandbox.sourcerer/api/commit"
elif [ "$NAMESPACE" == "staging" ]; then
API="http://staging.sourcerer/api/commit"
API="https://staging.sourcerer/api/commit"
elif [ "$NAMESPACE" == "local" ]; then
API="http://localhost:3181"
else
Expand Down

0 comments on commit c1b6105

Please sign in to comment.