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
13fe893d
Commit
13fe893d
authored
Mar 18, 2020
by
janis.streib
🦉
Browse files
FIX: correct debian version m)
parent
aba5f114
Pipeline
#77575
passed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
13fe893d
default
:
image
:
debian-buster:latest
before_script
:
## dependencies
-
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_13.x
stretch
main' > /etc/apt/sources.list.d/nodesource.list
-
test -e /etc/apt/sources.list.d/nodesource.list || echo 'deb https://deb.nodesource.com/node_13.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
Markdown
is supported
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