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 5858 fi
5959 # Wait 30 seconds for the LocalStack container to become ready before timing out
6060 echo "Waiting for LocalStack startup..."
61- localstack wait -t 15
61+ localstack wait -t 30
6262 echo "Startup complete"
6363
6464 - 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