File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -109,4 +109,22 @@ pipelines:
109
109
' ** ' : *default_steps
110
110
branches :
111
111
# Using the default_steps anchor means no other items can be added
112
- master : *default_steps
112
+ master : *default_steps
113
+ custom :
114
+ clu :
115
+ - step :
116
+ name : Composer Lock Update
117
+ services :
118
+ - docker
119
+ caches :
120
+ - docker
121
+ - composer
122
+ script :
123
+ - export CI_BRANCH=${BITBUCKET_BRANCH:-master} && echo $CI_BRANCH
124
+ - export CI_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER && echo $CI_BUILD_NUMBER
125
+ - export CI_PROJECT_USERNAME=$BITBUCKET_REPO_OWNER && echo $CI_PROJECT_USERNAME
126
+ - export CI_PROJECT_REPONAME=$BITBUCKET_REPO_SLUG && echo $CI_PROJECT_REPONAME
127
+ - export CI_PROJECT_NAME=$BITBUCKET_REPO_FULL_NAME && echo $CI_PROJECT_NAME
128
+ - /build-tools-ci/scripts/set-environment
129
+ - terminus -n auth:login --machine-token="$TERMINUS_TOKEN"
130
+ - terminus project:clu $TERMINUS_SITE
You can’t perform that action at this time.
0 commit comments