Skip to content

Commit

Permalink
fix(ci): fix cache reference during rpm delivery 2110 (#564)
Browse files Browse the repository at this point in the history
* debug delivery rpm

* fix rpm delivery

* fix rpm delivery
  • Loading branch information
tuntoja committed Feb 13, 2023
1 parent 523543c commit 7009b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ runs:

- name: Publish packages
run: |
set -x
if [[ -z "$GITHUB_HEAD_REF" ]];
then
BRANCHNAME="$GITHUB_REF_NAME"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
nexus_username: ${{ secrets.NEXUS_USERNAME }}
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
cache_key: cache-${{ github.sha }}-${{ github.run_id }}-rpmbuild-centreon-collect-${{ matrix.distrib }}
cache_key: cache-${{ github.sha }}-${{ github.run_id }}
update_repo_path: ${{ secrets.UPDATE_REPO_PATH }}
cloudfront_id: ${{ secrets.CLOUDFRONT_ID }}
yum_repo_address: ${{ secrets.YUM_REPO_ADDRESS }}
Expand Down

0 comments on commit 7009b55

Please sign in to comment.