Skip to content

Commit

Permalink
Fix permissions after artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Jul 20, 2020
1 parent bf91901 commit 6cad878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: docker-xcache-repo
- run: pwd && ls -lR
- run: chmod 0755 ./tests/test_stashcache*.sh
- run: ./tests/test_stashcache_origin.sh "docker.pkg.github.com/$GITHUB_REPOSITORY/stash-origin:${{ matrix.yum_repo_prefix }}minefield"
- run: ./tests/test_stashcache.sh "docker.pkg.github.com/$GITHUB_REPOSITORY/stash-cache:${{ matrix.yum_repo_prefix }}minefield"
get-timestamp:
Expand Down

0 comments on commit 6cad878

Please sign in to comment.