bugfixed file

This commit is contained in:
ori agranat
2019-11-18 21:59:04 +02:00
parent 53926697c1
commit faa59c4157
3 changed files with 10 additions and 13 deletions

View File

@@ -6,8 +6,8 @@ jobs:
steps:
- checkout
- run:
name: changing directory
command: |
name: changing directory
command: |
cd chameleon-client
- run:
name: installing dependencies
@@ -18,8 +18,8 @@ jobs:
command: |
npm run build
- store_artifacts:
path: chameleon-client/dist
build_jar:
path: chameleon-client/dist
build_java:
docker:
- image: maven:3.6.2-jdk-12
steps: