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
Schema
Commits
7c263f6e
Commit
7c263f6e
authored
Jan 21, 2022
by
Siarhei Symanovich (EPAM)
Browse files
fixed rules
parent
a4a6a13a
Pipeline
#88914
failed with stages
in 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/gcp/bootstrap.yaml
View file @
7c263f6e
...
...
@@ -37,9 +37,7 @@ osdu-gcp-bootstrap-dev2:
-
if
:
'
$OSDU_GCP
==
"true"
&&
$CI_COMMIT_TAG'
when
:
always
# The variable DEV2="true" should be specified manually in GitLab before running a pipeline to test this job against a protected branch
# - if: '$OSDU_GCP == "true" && $DEV2 == "true"'
# when: always
-
if
:
'
$OSDU_GCP
==
"true"'
-
if
:
'
$OSDU_GCP
==
"true"
&&
$DEV2
==
"true"'
when
:
always
osdu-gcp-test
:
...
...
@@ -53,9 +51,7 @@ osdu-gcp-dev2-test:
-
if
:
'
$OSDU_GCP
==
"true"
&&
$CI_COMMIT_TAG'
when
:
always
# The variable DEV2="true" should be specified manually in GitLab before running a pipeline to test this job against a protected branch
# - if: '$OSDU_GCP == "true" && $DEV2 == "true"'
# when: always
-
if
:
'
$OSDU_GCP
==
"true"'
-
if
:
'
$OSDU_GCP
==
"true"
&&
$DEV2
==
"true"'
when
:
always
containerize_osdu_gcp_schema_bootstrap
:
...
...
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