File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ services:
24
24
run : cd ../frontend;npm install;npm run build
25
25
interactive : false
26
26
continueOnError : false
27
- hooks :
28
- postprovision :
29
- windows :
30
- shell : pwsh
31
- run : .\scripts\setup_postgres_database.ps1;.\scripts\setup_postgres_azurerole.ps1;.\scripts\setup_postgres_seeddata.ps1
32
- interactive : true
33
- continueOnError : false
34
- posix :
35
- shell : sh
36
- run : ./scripts/setup_postgres_database.sh;./scripts/setup_postgres_azurerole.sh;./scripts/setup_postgres_seeddata.sh
37
- interactive : true
38
- continueOnError : false
27
+ # hooks:
28
+ # postprovision:
29
+ # windows:
30
+ # shell: pwsh
31
+ # run: .\scripts\setup_postgres_database.ps1;.\scripts\setup_postgres_azurerole.ps1;.\scripts\setup_postgres_seeddata.ps1
32
+ # interactive: true
33
+ # continueOnError: false
34
+ # posix:
35
+ # shell: sh
36
+ # run: ./scripts/setup_postgres_database.sh;./scripts/setup_postgres_azurerole.sh;./scripts/setup_postgres_seeddata.sh
37
+ # interactive: true
38
+ # continueOnError: false
39
39
pipeline :
40
40
variables :
41
41
- DEPLOY_AZURE_OPENAI
You can’t perform that action at this time.
0 commit comments