Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Nov 25, 2024
1 parent acd40e0 commit eb60565
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/Test_External_Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
| sed 's/ghcr.io\/canonical\/oci-factory\///g' | tr ':' '_')"
echo "oci-filename=$oci_filename" >> "$GITHUB_OUTPUT"
if [[ "${{ inputs.cache-key }}" != "" ]]
then
source=oci:${{ env.TEST_IMAGE }}
else
source=
fi
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD:/workdir -w /workdir \
${{ env.SKOPEO_IMAGE }} \
Expand Down

0 comments on commit eb60565

Please sign in to comment.