Skip to content

Commit

Permalink
fixed paths in build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed Feb 15, 2024
1 parent 5054c9e commit 02e8230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

- name: Build into Alpine
run: |
cd openex-platform/openex-front
cd openex-front
yarn install
yarn build
cd ../
mvn install -DskipTests -Pdev
shell: alpine.sh {0}

- run: mkdir -p openex-build/
- run: cp ./openex-platform/openex/openex-api/target/openex-api.jar openex-build/
- run: cp openex-api/target/openex-api.jar openex-build/

- name: Docker meta
id: meta
Expand Down

0 comments on commit 02e8230

Please sign in to comment.