We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6aee8a + c86256b commit c0e0a21Copy full SHA for c0e0a21
.circleci/config.yml
@@ -169,6 +169,8 @@ jobs:
169
command: |
170
git config user.email "${GITHUB_EMAIL}"
171
git config user.name "CircleCI Deploy"
172
+ git checkout -f master
173
+ cp /tmp/resources/templateflow-skel.zip templateflow/conf/
174
git add templateflow/conf/templateflow-skel.zip
175
git commit -m "rel(${CIRCLE_TAG}): Update S3 skeleton file [skip ci]"
176
git push origin HEAD:master
templateflow/conf/templateflow-skel.zip
255 KB
0 commit comments