Skip to content

Commit

Permalink
testing: fail on repro_image_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Dec 4, 2024
1 parent 4fb7d6c commit 857f114
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 @@ -45,7 +45,7 @@ jobs:
run: |
{
echo "STEP=Builder image setup" >> "$GITHUB_ENV"
docker build -t cl-repro-${{ matrix.version }} - < contrib/reprobuild/Dockerfiles.${{ matrix.version }}
docker build -t cl-repro-${{ matrix.version }} - < contrib/reprobuild/Dockerfile.${{ matrix.version }}
} > command.log 2>&1 || {
echo "ERROR<<EOF" >> "$GITHUB_ENV"
echo "$(cat command.log)" >> "$GITHUB_ENV"
Expand All @@ -64,7 +64,7 @@ jobs:
mkdir $GITHUB_WORKSPACE/release
# Perform the repro build.
docker run --name cl-build -v $GITHUB_WORKSPACE:/repo -e FORCE_MTIME=$(date +%F) -t cl-repro-${{ matrix.version }}
docker run --name cl-build -v $GITHUB_WORKSPACE:/repo -e FORCE_MTIME=$(date +%F) -t cl-repros-${{ matrix.version }}
# Commit the image in order to inspect the build later.
docker commit cl-build cl-repro
Expand Down

0 comments on commit 857f114

Please sign in to comment.