Skip to content

Commit

Permalink
yq e
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Aug 4, 2024
1 parent b449dd5 commit dbb6143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export FULCIO_CONFIG=/tmp/fulcio-config.json
for repo in rekor fulcio; do
pushd $repo
if [ "$repo" == "fulcio" ]; then
yq -i '.networks={"fulcio_default":{ "name":"fulcio_default","external":true }}' docker-compose.yml
yq -i e '.networks={"fulcio_default":{ "name":"fulcio_default","external":true }}' docker-compose.yml
fi
${docker_compose} up -d
echo -n "waiting up to 60 sec for system to start"
Expand Down

0 comments on commit dbb6143

Please sign in to comment.