Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #740 from weaveworks/cleanup-circle-yamel
Browse files Browse the repository at this point in the history
Remove gitsync stuff from circle.yml
  • Loading branch information
Sam Broughton authored Sep 13, 2017
2 parents eab8b4b + 895a0e1 commit 6b1640e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ test:
make all
deployment:
gitsync:
branch: "merge/git-sync"
commands:
- docker login -e '.' -u "$DOCKER_REGISTRY_USER" -p "$DOCKER_REGISTRY_PASSWORD" quay.io
- |
IMAGE_TAG="quay.io/weaveworks/flux:$(./docker/image-tag)"
echo Pushing $IMAGE_TAG
docker push "$IMAGE_TAG"
# Assumes that both images change in lock-step (they share a lot of code, so ..)
IMAGE_TAG="quay.io/weaveworks/flux-service:$(./docker/image-tag)"
echo Pushing $IMAGE_TAG
docker push "$IMAGE_TAG"
push:
branch: master
commands:
Expand Down

0 comments on commit 6b1640e

Please sign in to comment.