Precreate checkout repository folder(s)
This commit is contained in:
Родитель
d0b27fb258
Коммит
dc87e60782
|
@ -35,6 +35,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -32,6 +32,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Prevent repos dir warnings"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -35,6 +35,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -32,6 +32,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -32,6 +32,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -33,6 +33,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/aml-cli-v2/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -32,6 +32,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/aml-cli-v2/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -33,6 +33,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/aml-cli-v2/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -35,6 +35,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -37,6 +37,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/tests/unit-tests.yml@mlops-templates
|
||||
|
@ -64,6 +72,14 @@ stages:
|
|||
- template: register-rai-components.yml
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/run-pipeline.yml@mlops-templates
|
||||
|
|
|
@ -35,6 +35,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -31,6 +31,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -35,6 +35,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -33,6 +33,14 @@ stages:
|
|||
# Setup
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -30,6 +30,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/infra/create-resource-group.yml@mlops-templates
|
||||
|
@ -43,6 +51,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/infra/create-sp-variables.yml@mlops-templates
|
||||
|
|
|
@ -31,6 +31,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -35,6 +35,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/${{ variables.version }}/install-az-cli.yml@mlops-templates
|
||||
|
|
|
@ -31,6 +31,14 @@ stages:
|
|||
steps:
|
||||
- checkout: self
|
||||
path: s/
|
||||
- task: Bash@3
|
||||
displayName: "Create checkout repository folder(s)"
|
||||
inputs:
|
||||
targetType: "inline"
|
||||
script: |
|
||||
set -e
|
||||
mkdir "$(Build.Repository.Name)"
|
||||
mkdir "mlops-templates"
|
||||
- checkout: mlops-templates
|
||||
path: s/templates/
|
||||
- template: templates/aml-cli-v2/install-az-cli.yml@mlops-templates
|
||||
|
|
Загрузка…
Ссылка в новой задаче