@@ -20,13 +20,12 @@ steps:
|
||||
|
||||
- name: build
|
||||
image: git.firechicken.net/fedichat/rust_builder
|
||||
entrypoint: ["/bin/sh","-x", "-c", "echo $CI_SCRIPT | base64 -d | /bin/sh -e"]
|
||||
entrypoint: ["/bin/sh","-x", "-c", "echo $CI_SCRIPT | base64 -d | cat"]
|
||||
commands:
|
||||
- pwd
|
||||
- ls -a
|
||||
- echo $PATH
|
||||
- echo $USER
|
||||
- users
|
||||
- cat /etc/profile
|
||||
- ls -a /home/test/.cargo/bin
|
||||
- cat /home/test/.cargo/env
|
||||
|
||||
Reference in New Issue
Block a user