ci(azure-pipelines): add debugging info to buildah install

This commit is contained in:
Sarah Vaupel 2024-11-10 03:07:44 +01:00
parent aac5b0f17f
commit 4519918292

View File

@ -44,6 +44,7 @@ jobs:
endpoint: devfra endpoint: devfra
steps: steps:
- script: | - script: |
id
apt-get -y update apt-get -y update
apt-get -y install buildah apt-get -y install buildah
buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile buildah bud -t fradrive-backend-test --volume .:/mnt/fradrive --file docker/backend/Dockerfile