Skip to content

Commit

Permalink
new debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-longva-bouvet committed Aug 29, 2023
1 parent 8a59964 commit 523e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildah-image-builder/cmd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
echo "starting strace"
set -e
strace buildah login --username ${BUILDAH_USERNAME} --password ${BUILDAH_PASSWORD} ${DOCKER_REGISTRY}.azurecr.io
strace buildah build --storage-driver=vfs --isolation=chroot --jobs 0 \
${SECRET_ARGS} --file ${CONTEXT}${DOCKER_FILE_NAME} \
Expand Down

0 comments on commit 523e978

Please sign in to comment.