From b9dac6bd1acf97d78fabab7045c65cea32ea934f Mon Sep 17 00:00:00 2001 From: Filip Maj Date: Tue, 22 Oct 2024 16:13:48 -0400 Subject: [PATCH] invoke main branch of CI system --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5c7273..94d6d70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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?" @@ -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