This commit is contained in:
parent
b9ba6cfdb9
commit
1291322ff6
@ -44,6 +44,15 @@ steps:
|
|||||||
- name: bin
|
- name: bin
|
||||||
path: /binaries
|
path: /binaries
|
||||||
privileged: true
|
privileged: true
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls
|
||||||
|
- echo "ls .."
|
||||||
|
- ls ..
|
||||||
|
- echo "ls /binaries/"
|
||||||
|
- ls /binaries/
|
||||||
|
- echo "ls /"
|
||||||
|
- ls /
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: gitea_username
|
from_secret: gitea_username
|
||||||
|
Loading…
Reference in New Issue
Block a user