Skip to content

Commit

Permalink
fix: semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Mar 10, 2022
1 parent 98fec80 commit 8343aea
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
40 changes: 36 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,35 @@ jobs:
- store_artifacts:
path: coverage
prefix: coverage
be-deploy:
working_directory: ~/lumigo-node-wrapper
docker:
- image: lumigo/ci:latest
auth:
username: lumigo
password: $DOCKERHUB_PASSWORD
environment:
- TZ: Asia/Jerusalem
- NODE_OPTIONS: --max_old_space_size=4096
resource_class: medium+
steps:
- run:
command: |
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
cd ..
git clone git@github.com:lumigo-io/common-resources.git
- run:
command: |
cd ..
git clone git@github.com:lumigo-io/utils.git
- run:
command: |
cd ..
git clone git@github.com:lumigo-io/larn.git
- checkout
- run:
name: deploy env
command: ./scripts/ci_deploy.sh
integration-test:
working_directory: ~/lumigo-node-wrapper
docker:
Expand All @@ -72,9 +101,6 @@ jobs:
cd ..
git clone git@github.com:lumigo-io/larn.git
- checkout
- run:
name: deploy env
command: ./scripts/ci_deploy.sh
- run:
name: npm i
command: cd ../integration-tests && npm i
Expand Down Expand Up @@ -155,12 +181,18 @@ workflows:
filters:
branches:
ignore: master
- be-deploy:
filters:
branches:
ignore: master
requires:
- test
- integration-test:
filters:
branches:
ignore: master
requires:
- test
- be-deploy
- deploy:
filters:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@lumigo-io/angels

0 comments on commit 8343aea

Please sign in to comment.