File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -159,3 +159,17 @@ spec:
159
159
workspaces :
160
160
- name : source
161
161
workspace : pipeline-workspace
162
+
163
+ - name : behave
164
+ params :
165
+ - name : BASE_URL
166
+ value : >-
167
+ https://products-hao-li-dev.apps.sandbox-m3.1530.p1.openshiftapps.com/
168
+ runAfter :
169
+ - deploy-image
170
+ taskRef :
171
+ kind : Task
172
+ name : behave
173
+ workspaces :
174
+ - name : source
175
+ workspace : pipeline-workspace
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ spec:
187
187
python -m pip install --upgrade pip wheel
188
188
pip install -qr requirements.txt
189
189
echo "\n*** STARTING APPLICATION ***\n"
190
- sleep 5
191
- curl -i $(params.BASE_URL)
190
+ sleep 30
191
+ curl -L -I $(params.BASE_URL)
192
192
echo "***** Running BDD *****"
193
193
behave
You can’t perform that action at this time.
0 commit comments