aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorScoots Dash (Minteck) <contact@minteck.org>2022-04-14 14:19:22 +0000
committerScoots Dash (Minteck) <contact@minteck.org>2022-04-14 14:19:22 +0000
commitba5fa694351774f2684c1aefdc215da5c6f39ba6 (patch)
treecb17dbe6aba602b8c99b7f13e69407ddfcdc4c0d /.gitlab-ci.yml
parent637ca7ba746c0241aaec79b79349d5dac4ec7408 (diff)
downloadtwilight-ba5fa694351774f2684c1aefdc215da5c6f39ba6.tar.gz
twilight-ba5fa694351774f2684c1aefdc215da5c6f39ba6.tar.bz2
twilight-ba5fa694351774f2684c1aefdc215da5c6f39ba6.zip
Update README.md
Deleted .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 7adde58..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# Generic Minteck GitLab CI/CD Checks
-# NodeJS applications
-image: node:current-buster
-
-before_script:
- - apt-get update
- - apt-get install -y git npm
-
-test:
- script:
- - 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 $?