Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wartraxx51 committed Oct 3, 2024
1 parent 0517979 commit 543073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scale-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: "Clear docker environment"
run: docker compose -p $INFRAHUB_BUILD_NAME down -v --remove-orphans --rmi local

- name: Set INFRAHUB_URL
- name: "Set INFRAHUB_URL"
run: |
PORT=$(docker compose -p $INFRAHUB_BUILD_NAME port infrahub-server 8000 | cut -d: -f2)
echo "INFRAHUB_URL=http://localhost:${PORT}" >> $GITHUB_ENV
Expand Down

0 comments on commit 543073e

Please sign in to comment.