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: when:
- event: push - event: push
branch: master
steps: steps:
- name: docker-build - name: docker-build
@@ -13,14 +12,10 @@ steps:
from_secret: OCI_USER from_secret: OCI_USER
password: password:
from_secret: OCI_TOKEN from_secret: OCI_TOKEN
when:
- event: push
branch: master
- event: pull_request
- name: build - name: build
image: git.firechicken.net/fedichat/rust_builder 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: commands:
- pwd - pwd
- ls -a - ls -a
@@ -31,6 +26,3 @@ steps:
- cat /home/test/.cargo/env - cat /home/test/.cargo/env
- echo $HOME - echo $HOME
- cargo build - cargo build