Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Add CLU job to BitBucket (#289)
Browse files Browse the repository at this point in the history
* Add CLU job to BitBucket
  • Loading branch information
ataylorme authored Oct 24, 2019
1 parent 1a60605 commit 200169a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,21 @@ pipelines:
branches:
# Using the default_steps anchor means no other items can be added
master: *default_steps
custom:
clu:
- step:
name: Composer Lock Update
services:
- docker
caches:
- docker
- composer
script:
- export CI_BRANCH=${BITBUCKET_BRANCH:-master} && echo $CI_BRANCH
- export CI_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER && echo $CI_BUILD_NUMBER
- export CI_PROJECT_USERNAME=$BITBUCKET_REPO_OWNER && echo $CI_PROJECT_USERNAME
- export CI_PROJECT_REPONAME=$BITBUCKET_REPO_SLUG && echo $CI_PROJECT_REPONAME
- export CI_PROJECT_NAME=$BITBUCKET_REPO_FULL_NAME && echo $CI_PROJECT_NAME
- /build-tools-ci/scripts/set-environment
- terminus -n auth:login --machine-token="$TERMINUS_TOKEN"
- terminus project:clu $TERMINUS_SITE

0 comments on commit 200169a

Please sign in to comment.