Skip to content

Commit

Permalink
fix(build): correct paths for GUI bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 14, 2023
1 parent 6eaf92a commit 6c11f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ build-gui-bundle:
- build-api-coverage
- build-gui-bundle
script:
- mv -v gui/config.json gui/index.html api/gui/
- mv -v gui/bundle/main.js api/gui/bundle/
- mv -v gui/out/config.json gui/out/index.html api/gui/
- mv -v gui/out/bundle/main.js api/gui/bundle/
- cd api
- ${CI_PROJECT_DIR}/common/scripts/image-build.sh --push
variables:
Expand Down

0 comments on commit 6c11f52

Please sign in to comment.