ci(azure-pipelines): disable DockerTaskTest
This commit is contained in:
parent
38efd413d2
commit
a97036ea7b
@ -16,18 +16,18 @@ jobs:
|
|||||||
echo Add other tasks to build, test, and deploy your project.
|
echo Add other tasks to build, test, and deploy your project.
|
||||||
echo See https://aka.ms/yaml
|
echo See https://aka.ms/yaml
|
||||||
displayName: 'Run a multi-line script'
|
displayName: 'Run a multi-line script'
|
||||||
- job: DockerTaskTest
|
# - job: DockerTaskTest
|
||||||
container:
|
# container:
|
||||||
image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
|
# image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
|
||||||
endpoint: devfra
|
# endpoint: devfra
|
||||||
steps:
|
# steps:
|
||||||
- task: Docker@2
|
# - task: Docker@2
|
||||||
displayName: Image build test
|
# displayName: Image build test
|
||||||
inputs:
|
# inputs:
|
||||||
command: buildAndPush
|
# command: buildAndPush
|
||||||
Dockerfile: docker/backend/Dockerfile
|
# Dockerfile: docker/backend/Dockerfile
|
||||||
buildContext: .
|
# buildContext: .
|
||||||
tags: backend
|
# tags: backend
|
||||||
- job: BuildKitTest
|
- job: BuildKitTest
|
||||||
container:
|
container:
|
||||||
image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'
|
image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user