enabled ui build for testing
This commit is contained in:
parent
543d05f3d6
commit
018e0bfb9f
|
@ -22,8 +22,8 @@ build-ui:
|
|||
- apt-get -y install libssl-dev
|
||||
- npm install
|
||||
- npm run build
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG
|
||||
# rules:
|
||||
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/
|
||||
|
|
Loading…
Reference in New Issue