Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Segy to oVDS Conversion DAG
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Data Flow
Data Ingestion
Segy to oVDS Conversion DAG
Commits
534a9978
Commit
534a9978
authored
2 years ago
by
Mikhail Piatliou (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
Update bootstrap names [GONRG-4580]
parent
8015e45b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!42
Update bootstrap names [GONRG-4580]
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployments/scripts/gcp/bootstrap_segy_to_vds.yaml
+2
-2
2 additions, 2 deletions
deployments/scripts/gcp/bootstrap_segy_to_vds.yaml
with
2 additions
and
2 deletions
deployments/scripts/gcp/bootstrap_segy_to_vds.yaml
+
2
−
2
View file @
534a9978
containerize
_osdu_gcp_segy_bootstrap
:
osdu-gcp-
containerize
-bootstrap-segy-to-vds
:
stage
:
containerize
image
:
docker:19.03.15
tags
:
[
"
osdu-medium"
]
services
:
-
docker:20.10.7-dind
variables
:
IMAGE_NAME
:
osdu-bootstrap-segy
IMAGE_NAME
:
osdu-
gcp-
bootstrap-segy
-to-vds
script
:
# Gitlab Container Registry
-
export EXTRA_DOCKER_TAG=""; if [ "$CI_COMMIT_TAG" != "" ] ; then EXTRA_DOCKER_TAG="-t $CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_TAG" ; elif [ "$CI_COMMIT_REF_NAME" = "master" ] ; then EXTRA_DOCKER_TAG="-t $CI_REGISTRY_IMAGE/$IMAGE_NAME:latest" ; fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment