Files
confetti/.woodpecker/test-workflow.yml
T
uelen 519f600d7e
ci/woodpecker/push/test-workflow Pipeline failed
CI FUN 48
2026-06-03 15:51:27 -07:00

38 lines
795 B
YAML

when:
- event: push
branch: master
steps:
- name: docker-build
image: woodpeckerci/plugin-kaniko
settings:
dockerfile: .woodpecker/Dockerfile
registry: git.firechicken.net
repo: fedichat/rust_builder
username:
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/sh -e"]
commands:
- pwd
- ls -a
- echo $PATH
- echo $USER
- users
- cat /etc/profile
- ls -a /home/test/.cargo/bin
- cat /home/test/.cargo/env
- echo $HOME
- cargo build