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.
2 parents 4b3f88f + e6143fc commit 614839bCopy full SHA for 614839b
azure.yaml
@@ -36,15 +36,6 @@ hooks:
36
run: ./scripts/setup_postgres_database.sh;./scripts/setup_postgres_azurerole.sh;./scripts/setup_postgres_seeddata.sh
37
interactive: true
38
continueOnError: false
39
- predown:
40
- windows:
41
- shell: pwsh
42
- run: ./scripts/pre_down.ps1
43
- continueOnError: true
44
- posix:
45
- shell: sh
46
- run: ./scripts/pre_down.sh
47
48
pipeline:
49
variables:
50
- DEPLOY_AZURE_OPENAI
scripts/pre_down.ps1
scripts/pre_down.py
scripts/pre_down.sh
0 commit comments