We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0adcb7 commit 0c0deb9Copy full SHA for 0c0deb9
1 file changed
.circleci/config.yml
@@ -160,6 +160,19 @@ jobs:
160
twine check dist/*
161
twine upload dist/*
162
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
176
workflows:
177
version: 2
178
build_test_deploy:
0 commit comments