ci(azure-pipelines): add debugging info to buildah install
This commit is contained in:
parent
aac5b0f17f
commit
4519918292
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user