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

Commit

Permalink
Merge pull request #2871 from Mahboobeh-binary/master
Browse files Browse the repository at this point in the history
fix command name typo in CI config
  • Loading branch information
sysadmin-frontend-binary authored Jun 17, 2020
2 parents d14e4c0 + e772c11 commit d5473a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,18 @@ jobs:
- npm_install
- test
- build
- docker:
- docker_build_push:
target: "production"
- k8s_deploy:
target: "production"

workflows:
test:
jobs:
- test
- test:
filters:
branches:
ignore: /^master$/
release:
jobs:
- release_beta:
Expand Down

0 comments on commit d5473a5

Please sign in to comment.