Skip to content

Commit

Permalink
Fix docker image hash script to be contained to ci-build (smithy-lang…
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Feb 22, 2023
1 parent 85d2ace commit d579c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/docker-image-hash
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 d579c56

Please sign in to comment.