Skip to content

Commit

Permalink
fix(workflow): Add missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Nov 15, 2024
1 parent ec5cd78 commit 756735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: build-one-shot-image
run: |
echo "Building the docker image with the one shot builder"
mvn -pl ors-test-scenarios -Dtest=utils.OneShotImageBuilderTest#oneShotImageBuilder test
mvn -pl ors-test-scenarios -Dtest=utils.OneShotImageBuilderTest\#oneShotImageBuilder test
docker inspect --format {{.Id}} ors-test-scenarios-builder:latest | awk -F: '{print $2}' > docker_id_after_build.log || touch docker_id_after_build.log
docker_id_after_build=$(cat docker_id_after_build.log)
Expand Down

0 comments on commit 756735e

Please sign in to comment.