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

Commit

Permalink
Change circle.yml a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkookkim committed Feb 24, 2016
1 parent 9776d93 commit 670ff8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ deployment:
release:
tag: /\d\d\.\d\d\.\d\d/
commands:
- docker tag circleci/build-image:scratch circleci/trusty-dotcom:${CIRCLE_TAG}
- docker tag circleci/build-image:scratch-unprivileged circleci/trusty-enterprise:${CIRCLE_TAG}
- docker push circleci/trusty-dotcom:${CIRCLE_TAG}
- docker push circleci/trusty-enterprise:${CIRCLE_TAG}
- ./docker-export circleci/trusty-dotcom:${CIRCLE_TAG} | aws s3 cp - s3://circle-downloads/trusty-dotcom-${CIRCLE_TAG}.tar.gz --acl public-read:
- docker tag circleci/build-image:scratch circleci/build-image:trusty-enterprise-${CIRCLE_TAG}
- docker tag circleci/build-image:scratch-unprivileged circleci/build-image:trusty-dotcom-${CIRCLE_TAG}
- docker push circleci/build-image:trusty-enterprise-${CIRCLE_TAG}
- docker push circleci/build-image:trusty-dotcom-${CIRCLE_TAG}
- ./docker-export circleci/build-image:trusty-dotcom-${CIRCLE_TAG} | aws s3 cp - s3://circle-downloads/trusty-dotcom-${CIRCLE_TAG}.tar.gz --acl public-read:
timeout: 3600

0 comments on commit 670ff8c

Please sign in to comment.