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 58
58
fi
59
59
# Wait 30 seconds for the LocalStack container to become ready before timing out
60
60
echo "Waiting for LocalStack startup..."
61
- localstack wait -t 15
61
+ localstack wait -t 30
62
62
echo "Startup complete"
63
63
64
64
- name : Deploy the application
Original file line number Diff line number Diff line change 51
51
fi
52
52
# Wait 30 seconds for the LocalStack container to become ready before timing out
53
53
echo "Waiting for LocalStack startup..."
54
- localstack wait -t 15
54
+ localstack wait -t 30
55
55
echo "Startup complete"
56
56
57
57
- name : Deploy the application
Original file line number Diff line number Diff line change 5
5
# “At 00:00 on Saturday.”
6
6
- cron : " 0 0 * * 6"
7
7
workflow_dispatch :
8
- push : # TODO remove
9
- paths-ignore :
10
- - ' README.md'
11
- branches :
12
- - cloudpod_workflow
13
8
14
9
permissions :
15
10
contents : write
82
77
fi
83
78
# Wait 30 seconds for the LocalStack container to become ready before timing out
84
79
echo "Waiting for LocalStack startup..."
85
- localstack wait -t 15
80
+ localstack wait -t 30
86
81
echo "Startup complete"
87
82
88
83
- name : Inject Pod
You can’t perform that action at this time.
0 commit comments