We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9c615 commit 59792f9Copy full SHA for 59792f9
.github/workflows/test-initdemo.yaml
@@ -17,5 +17,5 @@ jobs:
17
run: ./initdemo.sh
18
- name: Test projects exist
19
run: |
20
- curl -H "X-Octopus-ApiKey: API-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" http://localhost:18080/api/Spaces-1/Projects/hello-world
+ curl --fail -H "X-Octopus-ApiKey: API-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" http://localhost:18080/api/Spaces-1/Projects/hello-world
21
if [[ $? != "0" ]]; then exit 1; fi
0 commit comments