diff options
author | Scoots Dash (Minteck) <contact@minteck.org> | 2022-04-08 12:37:38 +0000 |
---|---|---|
committer | Scoots Dash (Minteck) <contact@minteck.org> | 2022-04-08 12:37:38 +0000 |
commit | 981f8a206c688e937136c040f3c4fa2f927ffb2f (patch) | |
tree | b6379767d592b7e56265b832d4b78ea70bf04616 | |
parent | 1f3516f4d7a4ce1ccff7d17b65af5cf0eb0a60d3 (diff) | |
download | argon-transcode-trunk.tar.gz argon-transcode-trunk.tar.bz2 argon-transcode-trunk.zip |
-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 $? |