Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #567 from erikrose/infra-repo-move
Browse files Browse the repository at this point in the history
Update URL to the moved infra repo so Travis jobs can pass again.
  • Loading branch information
pelmers committed Jun 23, 2016
2 parents 24502a8 + 089ac8d commit 8636b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/travis_passed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
git push -q "https://${GH_TOKEN}@${GH_REF}" master:ci > /dev/null 2>&1

# Bump quay so it builds a new indexer image:
DOCKER_REPO_SHA=$(curl -s https://api.github.com/repos/klibby/dxr-docker/git/refs/heads/master | python -c 'import json,sys;obj=json.load(sys.stdin);print obj["object"]["sha"]')
DOCKER_REPO_SHA=$(curl -s https://api.github.com/repos/mozilla-platform-ops/dxr-infra/git/refs/heads/master | python -c 'import json,sys;obj=json.load(sys.stdin);print obj["object"]["sha"]')
curl -H "Content-Type: application/json" -X POST -d "{\"commit\":\"$DOCKER_REPO_SHA\",\"ref\":\"refs/heads/master\",\"default_branch\":\"master\"}" https://%24token:$QUAY_AUTH_TOKEN@quay.io/webhooks/push/trigger/fada413b-bb9f-4358-9303-ce742d77921f

0 comments on commit 8636b32

Please sign in to comment.