diff --git a/.woodpecker.yml b/.woodpecker.yml index c83635b..c58d7b2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: event: [push, pull_request] image: rust:1.56.1-slim commands: - - "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\\//-}" + - "dir=`echo $DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\\//-} | sed s%/%-%`" - "echo $dir" #- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake #- rustup component add clippy