File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 4848 LS_LOG=trace localstack start -d
4949 # Wait 30 seconds for the LocalStack container to become ready before timing out
5050 echo "Waiting for LocalStack startup..."
51- localstack wait -t 15
51+ localstack wait -t 30
5252 echo "Startup complete"
5353
5454 - name : Deploy the application
Original file line number Diff line number Diff line change 5151 fi
5252 # Wait 30 seconds for the LocalStack container to become ready before timing out
5353 echo "Waiting for LocalStack startup..."
54- localstack wait -t 15
54+ localstack wait -t 30
5555 echo "Startup complete"
5656
5757 - name : Deploy the application
Original file line number Diff line number Diff line change 55 # “At 00:00 on Saturday.”
66 - cron : " 0 0 * * 6"
77 workflow_dispatch :
8- push : # TODO remove
9- paths-ignore :
10- - ' README.md'
11- branches :
12- - cloudpod_workflow
138
149permissions :
1510 contents : write
8277 fi
8378 # Wait 30 seconds for the LocalStack container to become ready before timing out
8479 echo "Waiting for LocalStack startup..."
85- localstack wait -t 15
80+ localstack wait -t 30
8681 echo "Startup complete"
8782
8883 - name : Inject Pod
You can’t perform that action at this time.
0 commit comments