Skip to content

Commit

Permalink
Minor: Fix failure to upload package cache
Browse files Browse the repository at this point in the history
This should have a minor impact on builds over time.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Jun 22, 2022
1 parent a639ab4 commit c619511
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ container_images_task: &container_images
REG_PASSWORD: ENCRYPTED[52268944bb0d6642c33efb1c5d7fb82d0c40f9e6988448de35827f9be2cc547c1383db13e8b21516dbd7a0a69a7ae536]
script: ci/make_container_images.sh;
package_cache: &package_cache
folder: "/tmp/automation_images_tmp/.cache/**"
fingerprint_key: "${TARGET_NAME}-cache-version-1"
folder: "/tmp/cirrus-ci-build_tmp/.cache"
fingerprint_key: "${TARGET_NAME}-cache-version-2"
reupload_on_changes: true


tooling_images_task:
Expand All @@ -127,8 +128,8 @@ tooling_images_task:
ci/make_container_images.sh;
done
package_cache:
folder: "/tmp/automation_images_tmp/.cache/**"
fingerprint_key: "tooling-cache-version-1"
<<: *package_cache
fingerprint_key: "tooling-cache-version-2"


base_images_task:
Expand Down

0 comments on commit c619511

Please sign in to comment.