File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -46,30 +46,28 @@ jobs:
46
46
environment :
47
47
DEPLOY_ENV : " DEV"
48
48
LOGICAL_ENV : " dev"
49
- APPNAME : " taas-apis"
49
+ APPNAME : " taas-apis"
50
50
steps : *builddeploy_steps
51
51
52
52
" build-prod " :
53
53
<< : *defaults
54
54
environment :
55
55
DEPLOY_ENV : " PROD"
56
- LOGICAL_ENV : " prod"
57
- APPNAME : " taas-apis"
56
+ LOGICAL_ENV : " prod"
57
+ APPNAME : " taas-apis"
58
58
steps : *builddeploy_steps
59
59
60
60
workflows :
61
61
version : 2
62
62
build :
63
63
jobs :
64
- # Development builds are executed on "develop" branch only.
64
+ # Development builds are executed on "develop" branch only.
65
65
- " build-dev " :
66
66
context : org-global
67
67
filters :
68
68
branches :
69
69
only :
70
70
- dev
71
- - feature/es-segregation
72
- - feature/integration-test-fix
73
71
74
72
# Production builds are exectuted only on tagged commits to the
75
73
# master branch.
You can’t perform that action at this time.
0 commit comments