This repository was archived by the owner on Aug 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-61
lines changed Expand file tree Collapse file tree 2 files changed +7
-61
lines changed Original file line number Diff line number Diff line change 1
1
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
2
2
defaults : &defaults
3
3
docker :
4
- - image : quay.io/pantheon-public/build-tools-ci:latest
4
+ - image : quay.io/pantheon-public/build-tools-ci:1.x
5
5
working_directory : ~/example_drops_8_composer
6
6
environment :
7
7
# =========================================================================
@@ -30,7 +30,6 @@ defaults: &defaults
30
30
# See: https://discuss.circleci.com/t/environment-variable-expansion-in-working-directory/11322
31
31
# See: https://discuss.circleci.com/t/circle-2-0-global-environment-variables/8681
32
32
# ======================================================================================================================================
33
- # See 00-set-environment for more environment variables
34
33
35
34
NOTIFY : ' scripts/github/add-commit-comment {project} {sha} "Created multidev environment [{site}#{env}]({dashboard-url})." {site-url}'
36
35
ADMIN_USERNAME : admin
51
50
- terminus-install
52
51
53
52
- run :
53
+ # Set TERMINUS_ENV and related environment variables.
54
+ # https://github.com/pantheon-systems/docker-build-tools-ci/blob/1.x/scripts/set-environment
54
55
name : environment
55
- command : ./.circleci /scripts/00- set-environment
56
+ command : /build-tools-ci /scripts/set-environment
56
57
57
58
- run :
58
59
name : run composer install to get the vendor directory
91
92
- terminus-install
92
93
93
94
- run :
95
+ # Set TERMINUS_ENV and related environment variables.
96
+ # https://github.com/pantheon-systems/docker-build-tools-ci/blob/1.x/scripts/set-environment
94
97
name : dependencies
95
- command : ./.circleci /scripts/00- set-environment
98
+ command : /build-tools-ci /scripts/set-environment
96
99
97
100
- run :
98
101
name : install dev dependencies, build assets, etc.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments