Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 403df54

Browse files
add build job
1 parent af21907 commit 403df54

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ commands:
141141
success_message: "Release succeeded for webtrader with version *$(cat dist/compressed/version)*"
142142
webhook: ${SLACK_WEBHOOK}
143143
jobs:
144+
build:
145+
docker:
146+
- image: circleci/node:12.13.0-stretch
147+
steps:
148+
- git_checkout_from_cache
149+
- npm_install
150+
- build
144151
release_staging:
145152
docker:
146153
- image: circleci/node:12.13.0-stretch
@@ -178,6 +185,12 @@ jobs:
178185
k8s-deployment: "webtrader-binary-com"
179186

180187
workflows:
188+
build:
189+
jobs:
190+
- build:
191+
filters:
192+
branches:
193+
ignore: /^master$/
181194
release:
182195
jobs:
183196
- release_staging:

0 commit comments

Comments
 (0)