Skip to content

Commit 5ac4de3

Browse files
Merge pull request #89 from topcoder-platform/dev
TCA-838 2.5 TCA Uni Nav & v1.0-Uni Nav -> master
2 parents 5a97656 + 2b902bb commit 5ac4de3

File tree

3 files changed

+1
-129
lines changed

3 files changed

+1
-129
lines changed

.circleci/config.yml

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -54,40 +54,9 @@ workspace_persist: &workspace_persist
5454
workspace_attach: &workspace_attach
5555
at: ./workspace
5656

57-
# check_types: &check_types
58-
# name: Check Types
59-
# command: |
60-
# npm ci
61-
# npm run types
62-
# diffstatus=$(git status --porcelain)
63-
# echo DIFF=$diffstatus >> $GITHUB_OUTPUT
64-
65-
running_version_patch: &running_version_patch
66-
name: Patching Version
67-
command: |
68-
npm install
69-
npm version patch -m "[ci skip]"
70-
git push
71-
72-
7357

7458
# DEFINE STEPS FOR JOBS
7559

76-
# check_types_steps: &check_types_steps
77-
# - checkout
78-
# - setup_remote_docker
79-
# - run: *check_types
80-
81-
patch_version_steps: &patch_version_steps
82-
# Initialization.
83-
- checkout
84-
- setup_remote_docker
85-
- run: *install_build_dependency
86-
- run: *install_deploysuite
87-
# - run: *running_version_patch
88-
- run: *running_npm_build
89-
- persist_to_workspace: *workspace_persist
90-
9160
build_steps: &build_steps
9261
# Initialization.
9362
- checkout
@@ -113,10 +82,6 @@ deploy_steps: &deploy_steps
11382
11483
jobs:
11584

116-
# increment-patch:
117-
# <<: *deploy_defaults
118-
# steps: *patch_version_steps
119-
12085
build-dev:
12186
<<: *defaults
12287
environment:
@@ -131,7 +96,7 @@ jobs:
13196
DEPLOY_ENV: "PROD"
13297
LOGICAL_ENV: "prod"
13398
APPNAME: "universal-navigation"
134-
steps: *patch_version_steps
99+
steps: *build_steps
135100

136101
# Just tests commited code.
137102
deployDev:
@@ -152,28 +117,10 @@ jobs:
152117
APPNAME: "universal-navigation"
153118
steps: *deploy_steps
154119

155-
# checkTypes:
156-
# <<: *defaults
157-
# steps: *check_types_steps
158-
159-
160120
workflows:
161121
version: 2
162122
build:
163123
jobs:
164-
# - checkTypes:
165-
# context : org-global
166-
# filters:
167-
# branches:
168-
# only:
169-
# - github-workflows
170-
171-
# - increment-patch:
172-
# context : org-global
173-
# filters:
174-
# branches:
175-
# only:
176-
# - master
177124

178125
- build-dev:
179126
context : org-global
@@ -184,8 +131,6 @@ workflows:
184131

185132
- build-prod:
186133
context : org-global
187-
# requires:
188-
# - increment-patch
189134
filters:
190135
branches:
191136
only:
@@ -195,14 +140,10 @@ workflows:
195140
context : org-global
196141
requires:
197142
- build-dev
198-
# temporarily permit prod builds
199-
- build-prod
200143
filters:
201144
branches:
202145
only:
203146
- dev
204-
# temporarily deploy master to dev
205-
- master
206147

207148
- deployProd:
208149
context : org-global

.github/workflows/update-types.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/update-version-patch.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)