fix ci
This commit is contained in:
@@ -11,12 +11,6 @@ build-npm:
|
|||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
script:
|
script:
|
||||||
# - GREEN=$'\033[0;32m'
|
|
||||||
# - RED=$'\033[0;31m'
|
|
||||||
# - BLUE=$'\033[0;36m'
|
|
||||||
# - WHITE=$'\033[0;37m'
|
|
||||||
# - RESET=$'\033[0m'
|
|
||||||
|
|
||||||
# - |
|
# - |
|
||||||
# if [ -f "${CI_PROJECT_DIR}/VERSION" ]; then
|
# if [ -f "${CI_PROJECT_DIR}/VERSION" ]; then
|
||||||
# APPVERSION=$(cat ${CI_PROJECT_DIR}/VERSION)
|
# APPVERSION=$(cat ${CI_PROJECT_DIR}/VERSION)
|
||||||
@@ -33,9 +27,6 @@ build-npm:
|
|||||||
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
needs:
|
|
||||||
- job: test-npm
|
|
||||||
artifacts: true # true by default, grabs `node_modules`
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "$NPM_DIST_DIR"
|
- "$NPM_DIST_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user