Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
99d89beb
Commit
99d89beb
authored
Jun 18, 2020
by
janis.streib
🦉
Browse files
UPD: switched to nodejs 14
parent
800f238d
Pipeline
#92951
passed with stages
in 8 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99d89beb
...
...
@@ -5,7 +5,7 @@ before_script:
-
apt-get update -y
-
test -e /etc/apt/sources.list.d/nodesource.list || curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
-
test -e /etc/apt/sources.list.d/nodesource.list || echo 'deb https://deb.nodesource.com/node_1
3
.x buster main' > /etc/apt/sources.list.d/nodesource.list
-
test -e /etc/apt/sources.list.d/nodesource.list || echo 'deb https://deb.nodesource.com/node_1
4
.x buster main' > /etc/apt/sources.list.d/nodesource.list
-
'
which
npm
||
(apt-get
update
-y
&&
apt-get
install
-y
nodejs)'
-
apt-get install python3-requests
-
cd frontend/
...
...
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