diff options
author | Minteck <contact@minteck.org> | 2021-12-21 15:18:48 +0000 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-21 15:18:48 +0000 |
commit | 3a03d096ff1493ad0286250f79d77b085df20a83 (patch) | |
tree | 014e23772960b25c4cdc412b25d307d4f4baed15 | |
parent | 24c27836b32c8df76d43b171c91b44a3a727b433 (diff) | |
download | mint-3a03d096ff1493ad0286250f79d77b085df20a83.tar.gz mint-3a03d096ff1493ad0286250f79d77b085df20a83.tar.bz2 mint-3a03d096ff1493ad0286250f79d77b085df20a83.zip |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7adde58..5f699fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ before_script: test: script: - - npm install +# - npm install - rm -Rfvd failed.log - bash -c "rm failed.log; rm -f failed.log; find . -path ./node_modules -prune -o -name "*.js" \( -exec node -c {} \; -o -exec echo {} > failed.log \; \); echo $([ ! -s failed.log ]; echo $?); exit $([ ! -s failed.log ]; echo $?)"; echo $? - bash -c "rm failed.log; rm -f failed.log; find . -path ./node_modules -prune -o -name "*.js" \( -exec node -c {} \; -o -exec echo {} > failed.log \; \); echo $([ ! -s failed.log ]; echo $?); exit $([ ! -s failed.log ]; echo $?)"; echo $? |