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
Security and Compliance
Policy
Commits
b7d100dc
Commit
b7d100dc
authored
Sep 24, 2021
by
Ankit Sharma [Microsoft]
Browse files
Bootstrap fix
parent
eee057ef
Pipeline
#67885
failed with stages
in 2 minutes
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/template/bootstrap-stage.yaml
View file @
b7d100dc
...
...
@@ -4,9 +4,6 @@ parameters:
providers
:
[]
steps
:
-
task
:
Delay@1
inputs
:
delayForMinutes
:
'
2'
-
task
:
UsePythonVersion@0
inputs
:
versionSpec
:
'
3.8'
...
...
devops/template/deploy-stages.yaml
View file @
b7d100dc
...
...
@@ -79,6 +79,12 @@ stages:
serviceName
:
${{ parameters.serviceName }}
imageRepoName
:
${{ parameters.serviceName }}
skipDeploy
:
false
-
template
:
/devops/template/opa-service-wait.yaml
parameters
:
environment
:
${{ environment.name }}
serviceName
:
"
policy-service-opa"
imageRepoName
:
"
policy-service-opa"
skipDeploy
:
false
-
template
:
bootstrap-stage.yaml
parameters
:
artifactName
:
'
drop'
...
...
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