Skip to content

Commit

Permalink
[skip ci] New CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Apr 14, 2022
1 parent f0e6de1 commit 52b2951
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ job_environments:
WP_DB_NAME: planet4-test-oberon_wordpress_develop
WP_STATELESS_BUCKET: planet4-test-oberon-stateless-develop


commands:
approve_job:
description: "Approve an on-hold job."
Expand Down Expand Up @@ -123,12 +124,6 @@ job_definitions:
steps:
- setup_remote_docker:
docker_layer_caching: true
- restore_cache:
keys:
- composer-v5-{{ .Branch }}-{{ .Revision }}-{{ .BuildNum }}
- composer-v5-{{ .Branch }}-{{ .Revision }}
- composer-v5-{{ .Branch }}
- composer-v5
- run: |
if [[ -d source/cache ]]; then ls -al source/cache; fi
- run: activate-gcloud-account.sh
Expand All @@ -143,10 +138,6 @@ job_definitions:
- run: make persist
- run: make build
- run: make push
- save_cache:
key: composer-v5-{{ .Branch }}-{{ .Revision }}-{{ .BuildNum }}
paths:
- source/cache
- persist_to_workspace:
root: /tmp/workspace
paths:
Expand Down

0 comments on commit 52b2951

Please sign in to comment.