CI FUN 12
ci/woodpecker/push/test-workflow Pipeline failed

This commit is contained in:
2026-06-03 15:08:15 -07:00
parent 27d4b0e242
commit 2214ad50bf
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN useradd -ms /bin/bash test
USER test USER test
WORKDIR /home/test WORKDIR /home/test
SHELL ["/bin/bash", "-c"]
ENV PATH="/home/test/.cargo/bin:$PATH" ENV PATH="/home/test/.cargo/bin:$PATH"
+1 -3
View File
@@ -26,10 +26,8 @@ steps:
- echo $PATH - echo $PATH
- echo $USER - echo $USER
- ls -a /test/.cargo/bin - ls -a /test/.cargo/bin
- ls -a /home/test/.cargo/bin
- cargo build - cargo build
backend_options:
docker:
user: 1000:1000