Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Management Services
Wellbore
Lib
Wellbore-cloud
Wellbore-azure-lib
Commits
9327afb2
Commit
9327afb2
authored
Mar 22, 2021
by
Luc Yriarte
Browse files
apt update and quiet install
parent
2977e4e8
Pipeline
#32938
passed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9327afb2
...
...
@@ -13,13 +13,14 @@ stages:
build
:
stage
:
test
script
:
-
apt -y update
-
echo ---- ---- ---- BUILD IMAGE ---- ---- ----
-
pip3 install -r requirements.txt
-
pip3 install -r requirements_opengroup.txt
-
pip3 install -r requirements_dev.txt
-
echo ---- ---- ---- UNIT TESTS ---- ---- ----
-
echo ---- ---- AZURITE SETUP
-
apt install nodejs npm
-
apt
-y
install nodejs npm
-
npm install azurite
-
mkdir azurite
-
azurite --silent --location azurite --debug azurite\debug.log &
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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