diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index afa404e03..89506a4d1 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -5,17 +5,17 @@ pool: 'Prod Private Agent Pool' jobs: -- job: HelloWorld - container: - image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' - endpoint: devfra - steps: - - script: echo Hello, world! - displayName: 'Run a one-line script' - - script: | - echo Add other tasks to build, test, and deploy your project. - echo See https://aka.ms/yaml - displayName: 'Run a multi-line script' +# - job: HelloWorld +# container: +# image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' +# endpoint: devfra +# steps: +# - script: echo Hello, world! +# displayName: 'Run a one-line script' +# - script: | +# echo Add other tasks to build, test, and deploy your project. +# echo See https://aka.ms/yaml +# displayName: 'Run a multi-line script' # - job: DockerTaskTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'