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 4911a88 commit 125962e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filebrowser/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,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 125962e

Please sign in to comment.