Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Scoots Dash
Rainbow - Website v9
Commits
da37c569
Commit
da37c569
authored
Apr 14, 2022
by
Scoots Dash
🦄
Browse files
Probably ready for production
parent
3bd506cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
3bd506cf
# 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 $?
htdocs/private/version.txt
View file @
da37c569
9.3.3
\ No newline at end of file
9.4.0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment