diff --git a/.woodpecker.yml b/.woodpecker.yml index 43e7b2e..41bd5fa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,10 @@ steps: - name: build image: rust - environment: - - SCCACHE_WEBDAV_ENDPOINT=https://nations.lol/remote.php/dav/files/admin commands: + - echo $SCCACHE_WEBDAV_ENDPOINT + - echo $SCCACHE_WEBDAV_USERNAME + - echo $SCCACHE_WEBDAV_PASSWORD - apt-get -y update - apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev sccache - cargo test