Skip to content

Commit

Permalink
testing: fail on builder_image_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Dec 4, 2024
1 parent 27d32a6 commit 4fb7d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false # Let each build finish.
matrix:
version: ['focal', 'jammy', 'nobl']
version: ['focal', 'jammy', 'noble']
steps:
- name: Git checkout
id: repo_chackout
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
{
echo "STEP=Builder image setup" >> "$GITHUB_ENV"
docker build -t cl-repro-${{ matrix.version }} - < contrib/reprobuild/Dockerfile.${{ matrix.version }}
docker build -t cl-repro-${{ matrix.version }} - < contrib/reprobuild/Dockerfiles.${{ matrix.version }}
} > command.log 2>&1 || {
echo "ERROR<<EOF" >> "$GITHUB_ENV"
echo "$(cat command.log)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 4fb7d6c

Please sign in to comment.