Skip to content

Commit

Permalink
chore: change circleci comments from old to alternate versions (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 25, 2024
1 parent 5e4b67c commit c3a536c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# info on building Docker images on Circle
# https://circleci.com/docs/2.0/building-docker-images/

## If you wish to release an older Docker image, do not modify this file in the master branch.
## Follow the instructions in the CONTRIBUTING document and work instead in a feature branch.
## If you wish to release Docker image(s) with alternate (i.e. non-primary) versions, do not modify this file in the master branch.
## Follow the instructions in the CONTRIBUTING document for alternate versions and work instead in a feature branch.
## Modify the push jobs below to be triggered on the feature branch, not the master branch.

version: 2.1
Expand Down Expand Up @@ -351,8 +351,9 @@ workflows:
branches:
only:
# Only branches matching the below regex filters will run
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
# if publishing an old version
# Follow the instructions in the CONTRIBUTING document for alternate versions and
# change to a feature branch such as <cypress-version>-node-<node.js version>-publish
# if publishing an alternate (non-primary) version
# This job must run because the base, browsers and included jobs depend on it
- master
requires:
Expand All @@ -369,7 +370,7 @@ workflows:
only:
# Only branches matching the below regex filters will run
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
# if publishing an old version
# if publishing an alternate version
- master
requires:
- "Push Factory Image"
Expand All @@ -384,7 +385,7 @@ workflows:
only:
# Only branches matching the below regex filters will run
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
# if publishing an old version
# if publishing an alternate version
- master
requires:
- "Push Factory Image"
Expand All @@ -399,7 +400,7 @@ workflows:
only:
# Only branches matching the below regex filters will run
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
# if publishing an old version
# if publishing an alternate version
- master
requires:
- "Push Factory Image"
Expand Down

0 comments on commit c3a536c

Please sign in to comment.