Skip to content
GitLab
Menu
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 Mgmt Services
Wellbore
Lib
Wellbore-cloud
Wellbore-aws-lib
Commits
f600136e
Commit
f600136e
authored
Oct 26, 2021
by
Spencer Sutton
Browse files
Merge
parents
27a4b61a
31bf9254
Pipeline
#74096
passed with stage
in 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f600136e
...
...
@@ -12,6 +12,7 @@ stages:
build
:
stage
:
test
tags
:
[
"
osdu-medium"
]
script
:
-
echo ---- ---- ---- BUILD IMAGE ---- ---- ----
-
pip3 install -r requirements.txt
...
...
@@ -27,6 +28,7 @@ build:
# This job only runs on master, and it creates the lib and push it to the feed
deploylib
:
stage
:
deploy
tags
:
[
"
osdu-medium"
]
script
:
-
echo ---- ---- ---- BUILD IMAGE ---- ---- ----
-
pip3 install -r requirements.txt
...
...
@@ -40,6 +42,7 @@ deploylib:
# Pushes merge request builds to the feed
deploydev
:
stage
:
deploy
tags
:
[
"
osdu-medium"
]
script
:
-
echo ---- ---- ---- SET DEVELOPMENT VERSION ---- ---- ----
-
PACKAGE_VERSION_FILE='osdu_aws/__init__.py'
...
...
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