Skip to content

Commit

Permalink
Issue mozilla#1305: Remove lmorchard static deploy from circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Sep 7, 2016
1 parent 847e4a6 commit 51452a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ machine:
node:
version: 6.2.0
environment:
TESTPILOT_STATIC_BRANCHES: development-static 1305-revamped-static
TESTPILOT_STATIC_BRANCHES: development-static

dependencies:

Expand Down Expand Up @@ -73,12 +73,6 @@ deployment:
commands:
- aws s3 sync dist s3://testpilot-static.dev.mozaws.net --delete --acl public-read

static_development_lorchard:
branch:
- 1305-revamped-static
commands:
- aws s3 sync dist s3://testpilot-static.lorchard.mozaws.net --delete --acl public-read

# Only notify of builds on master branch.
experimental:
notify:
Expand Down

0 comments on commit 51452a7

Please sign in to comment.