Skip to content

Commit

Permalink
compose-test: fix curl $$
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Apr 25, 2024
1 parent e947713 commit 9df3bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ compose-up: compose.yaml
.PHONY: compose-test
compose-test: compose-up
sleep 5
curl $(score-compose resources get-outputs 'dns.default#store-front.dns' --format '{{ .host }}:8080')
curl $$(score-compose resources get-outputs 'dns.default#store-front.dns' --format '{{ .host }}:8080')

## Delete the containers running via compose down.
.PHONY: compose-down
Expand Down

0 comments on commit 9df3bf4

Please sign in to comment.