Skip to content

Commit

Permalink
ci: CircleCI Configuration updates (#349)
Browse files Browse the repository at this point in the history
ci: update config and scripts to match new env var names

ci: try env var first

ci: run set_env_vars on all jobs that need it

ci: remove set_env_vars command from setup job

ci: CircleCI Configuration updates (#348)

* ci: test yml comments

* wip(ci/cd): create latest artifact

* ci: update config and scripts to match new env var names

* ci: try env var first

Co-authored-by: Ben Moore <[email protected]>

Co-authored-by: Ben Moore <[email protected]>
  • Loading branch information
BMO-tech and Ben Moore committed May 28, 2020
1 parent 7639d66 commit 8f7c9dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
steps:
- attach_workspace:
at: /tmp
- set_env_vars
- run: npm ci
- run: npm run zip
- mkdir_artifacts
Expand All @@ -92,6 +93,7 @@ jobs:
steps:
- attach_workspace:
at: /tmp
- set_env_vars
- run: npm run prep:piservice /tmp/artifacts
- persist_to_workspace:
root: /tmp
Expand All @@ -107,6 +109,7 @@ jobs:
steps:
- attach_workspace:
at: /tmp
- set_env_vars
- run:
command: |
DEST_PATH=home/wpe-user/sites/<< parameters.sp_install >>/wp-content/uploads/member-access
Expand All @@ -124,6 +127,7 @@ jobs:
steps:
- attach_workspace:
at: /tmp
- set_env_vars
- run:
name: "Copy Version to Latest"
command: |
Expand Down

0 comments on commit 8f7c9dd

Please sign in to comment.