Skip to content

Commit

Permalink
Temporary change to test CircleCI job in a separate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
schuyler committed Jun 14, 2019
1 parent 55dc657 commit e937974
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- buendia-builds-v1-

- add_ssh_keys:
### NOTE: this job must have a key that can read AND write to projectbuendia/builda
fingerprints:
- "18:e2:e2:8e:12:49:a1:ca:e6:6f:e1:30:08:02:ae:43"

- run:
name: Get the latest builds repository
### NOTE: this job must have a key that can read AND write to projectbuendia/builda
command: |
[ -d builds ] || git clone [email protected]:projectbuendia/builds
(cd builds && git checkout gh-pages)
Expand All @@ -90,7 +90,8 @@ jobs:
- run:
name: Update the package archive
command: tools/update_apt_archive builds/packages ${CIRCLECI_BRANCH} /tmp/artifacts/packages
# command: tools/update_apt_archive builds/packages ${CIRCLECI_BRANCH} /tmp/artifacts/packages
command: tools/update_apt_archive builds/packages dev /tmp/artifacts/packages

- save_cache:
key: buendia-builds-v1-{{ .Branch }}-{{ .Revision }}
Expand Down

0 comments on commit e937974

Please sign in to comment.