Skip to content

Commit

Permalink
use master for target api
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoss committed Oct 27, 2017
1 parent 6009ab1 commit 8b595c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
RETURN=$(curl -u ${CIRCLE_API_TOKEN}: \
--data build_parameters[CIRCLE_JOB]=deploy-staging \
--data build_parameters[IMAGE_TAG]=${IMAGE_TAG} \
https://circleci.com/api/v1.1/project/github/FitnessKeeper/noss-circleci-test2/tree/deploy-staging)
https://circleci.com/api/v1.1/project/github/FitnessKeeper/noss-circleci-test2/tree/master)
echo $RETURN | python3 -m json.tool
BUILD_URL=$(echo $RETURN | python3 -c "import sys, json; print(json.load(sys.stdin)['build_url'])")
echo "check ${BUILD_URL} for deploy status"
Expand Down

0 comments on commit 8b595c4

Please sign in to comment.