Unverified Commit d579c561 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Fix docker image hash script to be contained to ci-build (#2404)

parent 85d2ace0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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