Skip to content

Commit

Permalink
Revert "deploy to exp"
Browse files Browse the repository at this point in the history
This reverts commit 56d7691.
  • Loading branch information
cameroncaci committed Jan 8, 2025
1 parent be195e9 commit 3246d8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@ references:

# In addition, it's common practice to disable acceptance tests and
# ignore tests for dp3 deploys. See the branch settings below.
dp3-branch: &dp3-branch prod-fix-pdfcpu
dp3-branch: &dp3-branch placeholder_branch_name
# MUST BE ONE OF: loadtest, demo, exp.
# These are used to pull in env vars so the spelling matters!
dp3-env: &dp3-env exp
dp3-env: &dp3-env placeholder_env

# set integration-ignore-branch to the branch if you want to IGNORE
# integration tests, or `placeholder_branch_name` if you do want to
# run them
integration-ignore-branch: &integration-ignore-branch prod-fix-pdfcpu
integration-ignore-branch: &integration-ignore-branch placeholder_branch_name

# set integration-mtls-ignore-branch to the branch if you want to
# IGNORE mtls integration tests, or `placeholder_branch_name` if you
# do want to run them
integration-mtls-ignore-branch: &integration-mtls-ignore-branch prod-fix-pdfcpu
integration-mtls-ignore-branch: &integration-mtls-ignore-branch placeholder_branch_name

# set client-ignore-branch to the branch if you want to IGNORE
# client tests, or `placeholder_branch_name` if you do want to run
# them
client-ignore-branch: &client-ignore-branch prod-fix-pdfcpu
client-ignore-branch: &client-ignore-branch placeholder_branch_name

# set server-ignore-branch to the branch if you want to IGNORE
# server tests, or `placeholder_branch_name` if you do want to run
# them
server-ignore-branch: &server-ignore-branch prod-fix-pdfcpu
server-ignore-branch: &server-ignore-branch placeholder_branch_name

executors:
base_small:
Expand Down

0 comments on commit 3246d8b

Please sign in to comment.