From e93797441236eba70295b6e2dede7b800cd8d4f1 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Fri, 14 Jun 2019 15:36:15 -0700 Subject: [PATCH] Temporary change to test CircleCI job in a separate branch --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00e35325..94180755 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 git@github.com:projectbuendia/builds (cd builds && git checkout gh-pages) @@ -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 }}