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

This commit is contained in:
2026-06-03 16:06:10 -07:00
parent 0fa581e1aa
commit b3b48b7027
+1 -9
View File
@@ -1,6 +1,5 @@
when:
- event: push
branch: master
steps:
- name: docker-build
@@ -13,14 +12,10 @@ steps:
from_secret: OCI_USER
password:
from_secret: OCI_TOKEN
when:
- event: push
branch: master
- event: pull_request
- name: build
image: git.firechicken.net/fedichat/rust_builder
entrypoint: ["/bin/sh","-x", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
entrypoint: ["/bin/bash","-x", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
commands:
- pwd
- ls -a
@@ -31,6 +26,3 @@ steps:
- cat /home/test/.cargo/env
- echo $HOME
- cargo build