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

Commit d5473a5

Browse files
author
sysadmin-frontend-binary
authored
Merge pull request #2871 from Mahboobeh-binary/master
fix command name typo in CI config
2 parents d14e4c0 + e772c11 commit d5473a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,18 @@ jobs:
169169
- npm_install
170170
- test
171171
- build
172-
- docker:
172+
- docker_build_push:
173173
target: "production"
174174
- k8s_deploy:
175175
target: "production"
176176

177177
workflows:
178178
test:
179179
jobs:
180-
- test
180+
- test:
181+
filters:
182+
branches:
183+
ignore: /^master$/
181184
release:
182185
jobs:
183186
- release_beta:

0 commit comments

Comments
 (0)