File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 63
63
source awsenvconf
64
64
source buildenvvar
65
65
./master_deploy.sh -d ECS -e DEV -t latest -s dev_communityapp_taskvar -i communityapp
66
- post-steps :
67
- - run :
68
- name : Run automation
69
- command : |
70
- source awsenvconf
71
- source buildenvvar
72
- ./automated-smoke-test/smoketest.sh automation-config-dev.json dev
73
66
74
67
# Build & Deploy against testing backend
75
68
" build-test " :
@@ -238,6 +231,13 @@ workflows:
238
231
branches :
239
232
only :
240
233
- free
234
+ post-steps :
235
+ - run :
236
+ name : Run automation
237
+ command : |
238
+ source awsenvconf
239
+ source buildenvvar
240
+ ./automated-smoke-test/smoketest.sh automation-config-dev.json dev
241
241
# This is alternate dev env for parallel testing
242
242
- " build-test " :
243
243
context : org-global
You can’t perform that action at this time.
0 commit comments