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
Deployment and Operations
infra-azure-provisioning
Commits
fc203a11
Commit
fc203a11
authored
Oct 27, 2020
by
Daniel Scholl
Browse files
Bug fix MR 37
parent
eecb895d
Changes
3
Hide whitespace changes
Inline
Side-by-side
devops/pipelines/infrastructure-central-resources.yml
View file @
fc203a11
...
...
@@ -25,12 +25,11 @@ trigger:
exclude
:
-
/**/*.md
# Use this resource when creating and using a pipeline external to this repo.
# resources:
# repositories:
# - repository: InfraRepo
# type: git
# name: infra-azure-provisioning
resources
:
repositories
:
-
repository
:
InfraRepo
type
:
git
name
:
infra-azure-provisioning
variables
:
-
name
:
'
TF_VERSION'
...
...
@@ -43,10 +42,9 @@ variables:
value
:
'
devops'
-
name
:
'
TEST_HARNESS_DIR'
value
:
'
test-harness'
-
name
:
'
INFRA_REPO'
value
:
$[ resources.repositories['InfraRepo'].name ]
-
group
:
'
Infrastructure
Pipeline
Variables'
# Add this variable when creating and using pipeline external to this repo.
# - name: 'INFRA_REPO'
# value: $[ resources.repositories['InfraRepo'].name ]
stages
:
-
template
:
/devops/infra-prepare-stage.yml
...
...
devops/pipelines/infrastructure-data-partition.yml
View file @
fc203a11
...
...
@@ -26,12 +26,11 @@ trigger:
exclude
:
-
/**/*.md
# Use this resource when creating and using a pipeline external to this repo.
# resources:
# repositories:
# - repository: InfraRepo
# type: git
# name: infra-azure-provisioning
resources
:
repositories
:
-
repository
:
InfraRepo
type
:
git
name
:
infra-azure-provisioning
variables
:
-
name
:
'
TF_VERSION'
...
...
@@ -44,10 +43,9 @@ variables:
value
:
'
devops'
-
name
:
'
TEST_HARNESS_DIR'
value
:
'
test-harness'
-
name
:
'
INFRA_REPO'
value
:
$[ resources.repositories['InfraRepo'].name ]
-
group
:
'
Infrastructure
Pipeline
Variables'
# Add this variable when creating and using pipeline external to this repo.
# - name: 'INFRA_REPO'
# value: $[ resources.repositories['InfraRepo'].name ]
stages
:
-
template
:
/devops/infra-prepare-stage.yml
...
...
devops/pipelines/infrastructure-service-resources.yml
View file @
fc203a11
...
...
@@ -26,12 +26,11 @@ trigger:
exclude
:
-
/**/*.md
# Use this resource when creating and using a pipeline external to this repo.
# resources:
# repositories:
# - repository: InfraRepo
# type: git
# name: infra-azure-provisioning
resources
:
repositories
:
-
repository
:
InfraRepo
type
:
git
name
:
infra-azure-provisioning
variables
:
-
name
:
'
TF_VERSION'
...
...
@@ -44,10 +43,9 @@ variables:
value
:
'
devops'
-
name
:
'
TEST_HARNESS_DIR'
value
:
'
test-harness'
-
name
:
'
INFRA_REPO'
value
:
$[ resources.repositories['InfraRepo'].name ]
-
group
:
'
Infrastructure
Pipeline
Variables'
# Add this variable when creating and using pipeline external to this repo.
# - name: 'INFRA_REPO'
# value: $[ resources.repositories['InfraRepo'].name ]
stages
:
-
template
:
/devops/infra-prepare-stage.yml
...
...
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