CI FUN 53
ci/woodpecker/push/test-workflow Pipeline was successful

This commit is contained in:
2026-06-03 16:08:14 -07:00
parent b3b48b7027
commit aa174dbcde
+2 -1
View File
@@ -15,7 +15,8 @@ steps:
- name: build - name: build
image: git.firechicken.net/fedichat/rust_builder image: git.firechicken.net/fedichat/rust_builder
entrypoint: ["/bin/bash","-x", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"] #entrypoint: ["/bin/bash","-x", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
entrypoint: ["/bin/bash","-c", "echo $PATH"]
commands: commands:
- pwd - pwd
- ls -a - ls -a