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.
1 parent 05dd3c6 commit 1cecfbbCopy full SHA for 1cecfbb
.circleci/config.yml
@@ -169,7 +169,8 @@ jobs:
169
command: |
170
git config user.email "${GITHUB_EMAIL}"
171
git config user.name "CircleCI Deploy"
172
- git checkout -f master
+ git fetch origin
173
+ git checkout -f origin/master
174
cp /tmp/resources/templateflow-skel.zip templateflow/conf/
175
git add templateflow/conf/templateflow-skel.zip
176
git commit -m "rel(${CIRCLE_TAG}): Update S3 skeleton file [skip ci]"
0 commit comments