Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
ci: set reupload_on_changes=true
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bailey committed Feb 4, 2021
1 parent f5437f8 commit ab5bacc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ create_deb_repo_task:
aptly_cache:
folder: ~/.aptly
fingerprint_script: echo aptly_cache
reupload_on_changes: true
deb_repo_cache: &deb_repo_cache
folder: out/deb_repo
fingerprint_script: echo $CIRRUS_BUILD_ID
Expand All @@ -74,6 +75,7 @@ create_rpm_repo_task:
rpm_repo_cache: &rpm_repo_cache
folder: out/rpm_repo
fingerprint_script: echo rpm_repo_cache
reupload_on_changes: true
only_if: $CIRRUS_BRANCH == 'main'
depends_on: package_rpm
create_rpm_repo_script:
Expand Down

0 comments on commit ab5bacc

Please sign in to comment.