Skip to content

Commit

Permalink
skip: fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Jun 11, 2024
1 parent e4cc6d4 commit b6b0f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dex/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ commands =
bash -c 'NAME=$(yq eval .name rockcraft.yaml) && \
VERSION=$(yq eval .version rockcraft.yaml) && \
ARCH=$(yq eval ".platforms | keys | .[0]" rockcraft.yaml) && \
rock="$\{NAME\}_$\{VERSION\}_$\{ARCH\}.rock" && \
ROCK="$\{NAME\}_$\{VERSION\}_$\{ARCH\}.rock" && \
DOCKER_IMAGE=$NAME:$VERSION && \\
echo "Exporting $rock to docker as $DOCKER_IMAGE" && \
skopeo --insecure-policy copy oci-archive:$rock docker-daemon:$DOCKER_IMAGE'
echo "Exporting $ROCK to docker as $DOCKER_IMAGE" && \
skopeo --insecure-policy copy oci-archive:$ROCK docker-daemon:$DOCKER_IMAGE'

[testenv:sanity]
passenv = *
Expand Down

0 comments on commit b6b0f5d

Please sign in to comment.