Skip to content

Commit 0c0deb9

Browse files
committed
FIX: Commit newly generated S3 skeletons back to repo
Closes #17
1 parent a0adcb7 commit 0c0deb9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,19 @@ jobs:
160160
twine check dist/*
161161
twine upload dist/*
162162
163+
- add_ssh_keys:
164+
fingerprints:
165+
- "ae:95:0c:cc:09:84:64:99:92:82:b7:b5:f4:a7:e9:23"
166+
167+
- run:
168+
name: Push skeleton back to TemplateFlow's client repo
169+
command: |
170+
git config user.email "${GITHUB_EMAIL}"
171+
git config user.name "CircleCI Deploy"
172+
git add templateflow/conf/templateflow-skel.zip
173+
git commit -m "rel(${CIRCLE_TAG}): Update S3 skeleton file [skip ci]"
174+
git push origin master
175+
163176
workflows:
164177
version: 2
165178
build_test_deploy:

0 commit comments

Comments
 (0)