Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
e605f0b7
Commit
e605f0b7
authored
Mar 02, 2021
by
BryceLTaylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci turn on running staging deploy and integration jobs
parent
ccd78b76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
36 deletions
+40
-36
.circleci/config.yml
.circleci/config.yml
+40
-36
No files found.
.circleci/config.yml
View file @
e605f0b7
...
...
@@ -146,6 +146,7 @@ workflows:
-
develop
-
/^hotfix\/.*/
-
/^release\/.*/
-
circleCI-configure-tests
-
build-production
:
context
:
-
scratch-www-all
...
...
@@ -154,39 +155,42 @@ workflows:
branches
:
only
:
-
master
# - deploy-staging:
# context:
# - scratch-www-all
# - scratch-www-staging
# requires:
# - build-staging
# filters:
# branches:
# only:
# - develop
# - /^hotfix\/.*/
# - /^release\/.*/
# - integration-staging-jest:
# context:
# - scratch-www-all
# - scratch-www-staging
# requires:
# - deploy-staging
# filters:
# branches:
# only:
# - develop
# - /^hotfix\/.*/
# - /^release\/.*/
# - integration-staging-tap:
# context:
# - scratch-www-all
# - scratch-www-staging
# requires:
# - deploy-staging
# filters:
# branches:
# only:
# - develop
# - /^hotfix\/.*/
# - /^release\/.*/
-
deploy-staging
:
context
:
-
scratch-www-all
-
scratch-www-staging
requires
:
-
build-staging
filters
:
branches
:
only
:
-
develop
-
/^hotfix\/.*/
-
/^release\/.*/
-
circleCI-configure-tests
-
integration-staging-jest
:
context
:
-
scratch-www-all
-
scratch-www-staging
requires
:
-
deploy-staging
filters
:
branches
:
only
:
-
develop
-
/^hotfix\/.*/
-
/^release\/.*/
-
circleCI-configure-tests
-
integration-staging-tap
:
context
:
-
scratch-www-all
-
scratch-www-staging
requires
:
-
deploy-staging
filters
:
branches
:
only
:
-
develop
-
/^hotfix\/.*/
-
/^release\/.*/
-
circleCI-configure-tests
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment