Skip to content

Commit

Permalink
FIX: Commit newly generated S3 skeletons back to repo
Browse files Browse the repository at this point in the history
Closes #17
  • Loading branch information
oesteban committed Jul 10, 2019
1 parent a0adcb7 commit 0c0deb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,19 @@ jobs:
twine check dist/*
twine upload dist/*
- add_ssh_keys:
fingerprints:
- "ae:95:0c:cc:09:84:64:99:92:82:b7:b5:f4:a7:e9:23"

- run:
name: Push skeleton back to TemplateFlow's client repo
command: |
git config user.email "${GITHUB_EMAIL}"
git config user.name "CircleCI Deploy"
git add templateflow/conf/templateflow-skel.zip
git commit -m "rel(${CIRCLE_TAG}): Update S3 skeleton file [skip ci]"
git push origin master
workflows:
version: 2
build_test_deploy:
Expand Down

0 comments on commit 0c0deb9

Please sign in to comment.