Skip to content

Commit

Permalink
invoke main branch of CI system
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Oct 22, 2024
1 parent 79f8daa commit b9dac6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
e2e_target_branch:
type: string
description: "What branch of the integration test repo should be used to test the CLI?"
# TODO: update to main post-merge
default: deno-api-import-url
default: main
api_branch:
type: string
description: "What deno-slack-api branch should be used during testing?"
Expand Down Expand Up @@ -65,7 +64,6 @@ workflows:
e2e-test:
jobs:
- e2e-test:
# TODO: update to main post-merge
e2e_target_branch: "deno-api-import-url"
e2e_target_branch: "main"
api_branch: << pipeline.git.branch >>
context: slack-cli-e2e

0 comments on commit b9dac6b

Please sign in to comment.