auto-format #20
13
.drone.yml
13
.drone.yml
@ -5,19 +5,6 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
|
||||||
image: alpine
|
|
||||||
environment:
|
|
||||||
WANESSA_BOT_PASSWORD:
|
|
||||||
from_secret: WANESSA_BOT_PASSWORD
|
|
||||||
commands:
|
|
||||||
- echo '#!/bin/bash' > /tmp/test
|
|
||||||
- echo 'for (( i=0; i<${#foo}; i++ )); do echo "${foo:$i:1}" ; done' > /tmp/test
|
|
||||||
- chmod 777 /tmp/test
|
|
||||||
- apk add --no-cache bash
|
|
||||||
- bash /tmp/test "$(echo $WANESSA_BOT_PASSWORD)" > /tmp/out
|
|
||||||
- cat /tmp/out
|
|
||||||
|
|
||||||
- name: build [debug]
|
- name: build [debug]
|
||||||
image: rust:1.71.1-slim-bookworm
|
image: rust:1.71.1-slim-bookworm
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user