Skip to content

Commit

Permalink
drop debug stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Moser <[email protected]>
  • Loading branch information
smoser committed Jan 18, 2024
1 parent 45c4c33 commit 21b8c11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,7 @@ 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 @@ -338,7 +335,6 @@ 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 @@ -348,9 +344,7 @@ 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 21b8c11

Please sign in to comment.