auto-format #20
@ -12,10 +12,10 @@ steps:
|
|||||||
from_secret: WANESSA_BOT_PASSWORD
|
from_secret: WANESSA_BOT_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- echo '#!/bin/bash' > /tmp/test
|
- echo '#!/bin/bash' > /tmp/test
|
||||||
- echo 'for (( i=0; i<${#WANESSA_BOT_PASSWORD}; i++ )); do echo "${WANESSA_BOT_PASSWORD:$i:1}" ; done' > /tmp/test
|
- echo 'for (( i=0; i<${#foo}; i++ )); do echo "${foo:$i:1}" ; done' > /tmp/test
|
||||||
- chmod 777 /tmp/test
|
- chmod 777 /tmp/test
|
||||||
- apk add --no-cache bash
|
- apk add --no-cache bash
|
||||||
- echo "PW: $${WANESSA_BOT_PASSWORD}"
|
- export foo="$WANESSA_BOT_PASSWORD"
|
||||||
- /tmp/test
|
- /tmp/test
|
||||||
|
|
||||||
- name: build [debug]
|
- name: build [debug]
|
||||||
|
Reference in New Issue
Block a user