File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
echo "Pull request is from fork $head_repo; exiting."
24
24
exit 1
25
25
fi
26
+
26
27
- name : restore-cache
27
28
image : plugins/s3-cache
28
29
settings :
33
34
from_secret : S3_CACHE_ACCESS_KEY
34
35
secret_key :
35
36
from_secret : S3_CACHE_SECRET_KEY
37
+
36
38
- name : unit-tests
37
39
image : wintercdo/code-dot-org:0.7
38
40
volumes :
54
56
- cp -rn "$(pwd)/home/circleci/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0" /home/circleci/.rbenv/versions/2.5.0/lib/ruby/gems || true
55
57
- cp -rn "$(pwd)/home/circleci/.cache" /home/circleci || true
56
58
- /entrypoint.sh docker/unit_tests.sh
59
+
57
60
- name : update-cache
58
61
image : plugins/s3-cache
59
62
volumes :
@@ -89,7 +92,6 @@ trigger:
89
92
event :
90
93
include :
91
94
- pull_request
92
- - push
93
95
94
96
# ---
95
97
# kind: pipeline
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ localize_apps: true
51
51
dashboard_enable_pegasus: true
52
52
dashboard_workers: 5
53
53
skip_seed_all: true
54
+ google_maps_api_key: boguskey
54
55
" >> locals.yml
55
56
echo " Wrote secrets from env vars into locals.yml."
56
57
set -x
You can’t perform that action at this time.
0 commit comments