Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
9460008d
Commit
9460008d
authored
Oct 07, 2021
by
Piotr Gawron
Browse files
node certificate is not valid, ignore it for now
parent
03b3e3f7
Pipeline
#48012
failed with stage
in 14 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9460008d
...
...
@@ -145,6 +145,7 @@ test:frontend:
script
:
&test_backend_web_definition
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
-
echo '-k' > ~/.curlrc
-
curl -sL https://deb.nodesource.com/setup_12.x | bash -
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
mkdir /etc/minerva/
...
...
@@ -297,6 +298,7 @@ build_war:
script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
-
echo '-k' > ~/.curlrc
-
curl -sL https://deb.nodesource.com/setup_12.x | bash -
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
ant maven-build
...
...
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