File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
2
2
setup : true
3
3
4
4
orbs :
5
- continuation : circleci/continuation@0.3.1
5
+ continuation : circleci/continuation@1.0.0
6
6
7
7
jobs :
8
8
verify-ci-should-run :
52
52
53
53
echo "Skipping CI; branch in progress - $TRIGGER_INSTRUCTIONS"
54
54
cancel_build
55
-
56
- - run :
57
- name : Download .circleci/workflows.yaml
58
- command : |
59
- if [[ "$CIRCLE_BRANCH" == "pull/"* ]]; then
60
- curl -o workflows.yml https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/develop/.circleci/workflows.yml
61
- else
62
- curl -o workflows.yml https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/${CIRCLE_BRANCH}/.circleci/workflows.yml
63
- fi
55
+ - checkout
64
56
- continuation/continue :
65
- configuration_path : workflows.yml
57
+ configuration_path : .circleci/ workflows.yml
66
58
67
59
workflows :
68
60
# the setup-workflow workflow is always triggered.
You can’t perform that action at this time.
0 commit comments