ci(azure-pipelines): disable HelloWorld job

This commit is contained in:
Sarah Vaupel 2024-11-10 03:08:34 +01:00
parent 4519918292
commit 66c2c0bd18

View File

@ -5,17 +5,17 @@
pool: 'Prod Private Agent Pool' pool: 'Prod Private Agent Pool'
jobs: jobs:
- job: HelloWorld # - job: HelloWorld
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:
- script: echo Hello, world! # - script: echo Hello, world!
displayName: 'Run a one-line script' # displayName: 'Run a one-line script'
- script: | # - script: |
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'