debugging steps

This commit is contained in:
Jamil Bou Kheir
2020-11-03 09:58:20 -06:00
parent 81d728c3dd
commit b243189b70

View File

@@ -69,7 +69,9 @@ jobs:
docker build -t fireguard:latest -f pkg/Dockerfile .
tag_name=${{ steps.tag_name.outputs.TAG_NAME }}
echo "tag name is $tag_name"
if [[ -n "${tag_name}" ]]; then
echo "inside conditional"
cid=$(docker create fireguard:latest)
docker cp ${cid}:/build/pkg/debian.deb ./fireguard_${tag_name}-1_amd64.deb
fi