Skip to content

Commit

Permalink
Fix compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 15, 2024
1 parent 739b515 commit 850ded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-test-gs64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "Starting Consul Agent"
docker compose -f "$GS64_COMPOSE_FILE" up -d consul-agent
sleep 2
echo "Installing support code"
docker exec -i -u gemstone gs64-stone-1 ./load-rowan-project.sh Stargate-Consul Stargate-Consul-Examples
docker exec -i -u gemstone gs64-"$GS64_VERSION"-stone-1 ./load-rowan-project.sh Stargate-Consul Stargate-Consul-Examples
echo "Starting API"
docker compose -f "$GS64_COMPOSE_FILE" up -d api
sleep 10
Expand Down

0 comments on commit 850ded1

Please sign in to comment.