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 17, 2024
1 parent 1d37c1b commit 263bb88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,10 @@ tar:
type: tar
url: test.$file_type
EOF
echo "HERE1"
stacker clean
stacker build
echo "HERE2"
cat oci/index.json | jq .
m1=$(cat oci/index.json | jq .manifests[0].digest | sed 's/sha256://' | tr -d \")
cat oci/blobs/sha256/"$m1" | jq .
Expand All @@ -335,6 +338,7 @@ EOF
echo "skopeo --version should be ${SKOPEO_VERSION}"
exit 1
}
echo "HERE3"
_skopeo copy --format=oci oci:oci:tar containers-storage:test:tar
_skopeo copy --format=oci containers-storage:test:tar oci:oci:test
cat oci/index.json | jq .
Expand All @@ -344,7 +348,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 263bb88

Please sign in to comment.