Skip to content

Commit

Permalink
Fix docker image hash script to be contained to ci-build (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored and Velfi committed Feb 23, 2023
1 parent 5b10a32 commit cbca88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/docker-image-hash
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ set -eo pipefail
cd "$(dirname "$0")"
cd "$(git rev-parse --show-toplevel)"

git ls-files -s --full-name "tools" | git hash-object --stdin
git ls-files -s --full-name "tools/ci-build" | git hash-object --stdin

0 comments on commit cbca88c

Please sign in to comment.