Skip to content

Commit a3ada8d

Browse files
author
alxndrsn
committed
make it break
1 parent 1e30e1a commit a3ada8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
touch .env
102102
echo "FRONTEND_VERSION=$(
103-
docker compose config --format json | jq -er .services.nginx.build.args.FRONTEND_VERSION
103+
docker compose config --format json | jq -er .services.nginx.build.args.FRONTEND_VERSION_DELIBERATELY_INCORRECT
104104
)" >> "$GITHUB_ENV"
105105
106106
- run: FRONTEND_BUILD_MODE=fetch ./test/test-images.sh

0 commit comments

Comments
 (0)