We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c752abb commit 89b5fa3Copy full SHA for 89b5fa3
script/test.sh
@@ -5,7 +5,7 @@ set -e
5
docker_compose_files=$(find . -name "docker-compose-test*.yml")
6
7
for file in $docker_compose_files; do
8
- cat $file | sed -e "s~image: pactfoundation/pact-broker:.*~image: pactfoundation/pact-broker:${TAG}~g" > dc-tmp
+ cat $file | sed -e "s/pactfoundation\/pact-broker:latest.*/pactfoundation\/pact-broker:${TAG}\"/g" > dc-tmp
9
mv dc-tmp $file
10
done
11
0 commit comments