Skip to content

Commit

Permalink
Update workflows path
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 4, 2024
1 parent b8a5280 commit 4468741
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,8 @@ jobs:
echo "Skipping CI; branch in progress - $TRIGGER_INSTRUCTIONS"
cancel_build
- run:
name: Download .circleci/workflows.yaml
command: |
if [[ "$CIRCLE_BRANCH" == "pull/"* ]]; then
curl -o workflows.yml https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/develop/.circleci/workflows.yml
else
curl -o workflows.yml https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/${CIRCLE_BRANCH}/.circleci/workflows.yml
fi
- continuation/continue:
configuration_path: workflows.yml
configuration_path: .circleci/workflows.yml

workflows:
# the setup-workflow workflow is always triggered.
Expand Down

0 comments on commit 4468741

Please sign in to comment.