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
System
Notification
Commits
75472600
Commit
75472600
authored
Dec 28, 2020
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'OSDU-GCP_parametrize_containerization' into 'master'
OSDU-GCP: parametrize containerization stage See merge request
!55
parents
ff502037
ccb15adf
Pipeline
#20251
passed with stages
in 29 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
provider/notification-gcp/cloudbuild/cloudbuild.yaml
View file @
75472600
...
@@ -20,11 +20,11 @@ steps:
...
@@ -20,11 +20,11 @@ steps:
'
build'
,
'
build'
,
'
--build-arg'
,
'
PROVIDER_NAME=${_PROVIDER_NAME}'
,
'
--build-arg'
,
'
PROVIDER_NAME=${_PROVIDER_NAME}'
,
'
--build-arg'
,
'
PORT=${_PORT}'
,
'
--build-arg'
,
'
PORT=${_PORT}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-notification/notification
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-notification/notification
-${_PROVIDER_NAME}:latest'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}:latest'
,
'
-f'
,
'
provider/
notification
-${_PROVIDER_NAME}/cloudbuild/Dockerfile.cloudbuild'
,
'
-f'
,
'
provider/
${_GCP_SERVICE}
-${_PROVIDER_NAME}/cloudbuild/Dockerfile.cloudbuild'
,
'
.'
'
.'
]
]
images
:
images
:
-
'
gcr.io/$PROJECT_ID/
os-notification/notification
-${_PROVIDER_NAME}'
-
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}'
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