Skip to content

Commit

Permalink
ci: add debugs
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Jan 16, 2024
1 parent dc31b39 commit 20c22fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ tar:
type: tar
url: test.$file_type
EOF
echo "HERE1"
stacker build
cat oci/index.json | jq .
m1=$(cat oci/index.json | jq .manifests[0].digest | sed 's/sha256://' | tr -d \")
Expand All @@ -276,7 +277,9 @@ EOF
echo "$l1"
echo "$l2"
[ "$l1" = "$l2" ]
echo "HERE10"
stacker clean
echo "HERE11"
rm -rf folder1
cd "$ROOT_DIR"
rm -rf "$tmpdir"
Expand Down

0 comments on commit 20c22fb

Please sign in to comment.