Skip to content

Commit

Permalink
syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Oct 26, 2022
1 parent b409b3d commit 4caac1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# run: pkill -f 'java -jar target/defi-data-engine-0.0.1-jar-with-dependencies.jar'

- name: Deploy data engine
run: RUNNER_TRACKING_ID="" && java -jar target/defi-data-engine-0.0.1-jar-with-dependencies.jar &
run: RUNNER_TRACKING_ID="" && (java -jar target/defi-data-engine-0.0.1-jar-with-dependencies.jar &)

buildRestAPI:
needs: buildandDeployDataEngine
Expand All @@ -43,5 +43,5 @@ jobs:
run: mvn clean compile assembly:single -Dmaven.skip.test=true

- name: Deploy rest application
run: RUNNER_TRACKING_ID="" && java -jar target/rest-connection-4.3.3-jar-with-dependencies.jar &
run: RUNNER_TRACKING_ID="" && (java -jar target/rest-connection-4.3.3-jar-with-dependencies.jar &)

0 comments on commit 4caac1a

Please sign in to comment.