Skip to content

Commit

Permalink
CI, episode 367
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 17, 2024
1 parent d9c5c72 commit 2e26aa9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ set -o errexit -o errtrace -o functrace -o nounset -o pipefail
root="$(cd "$(dirname "${BASH_SOURCE[0]}")" 2>/dev/null 1>&2 && pwd)/../"
readonly root

# Requires a buildkit host and a cue binary
if ! "$root/hack/build.sh" \
--inject registry="docker.io/dubodubonduponey" \
--inject progress=plain \
--inject date=2021-08-01 \
--inject date=2024-03-01 \
--inject suite=bookworm \
--inject platforms=linux/amd64,linux/arm64 \
debootstrap "$@"; then
Expand All @@ -21,7 +19,7 @@ result1="$(cat "$root"/context/cache/**/*.sha)"
if ! "$root/hack/build.sh" \
--inject registry="" \
--inject progress=plain \
--inject date=2021-08-01 \
--inject date=2024-03-01 \
--inject suite=bookworm \
--inject platforms=linux/amd64,linux/arm64 \
debootstrap "$@"; then
Expand Down

0 comments on commit 2e26aa9

Please sign in to comment.