Other debugs
continuous-integration/drone/push Build is failing Details

This commit is contained in:
starcalc 2022-08-30 21:24:37 +02:00
parent 43f3ac6563
commit 211a8ce4d6
2 changed files with 4 additions and 7 deletions

View File

@ -35,17 +35,14 @@ steps:
echo "Current IP to upload is $thisip"
curl --insecure --no-progress-meter --fail-with-body --request POST --url "https://espota.ctdo.de/" --header "Content-Type: multipart/form-data" --form ip="$thisip" --form firmware=@.pio/build/d1_mini/firmware.bin --no-buffer
done
# Upload file system image with espota-gateway, leave it to espota-gateway to retry often enough
#- |
# curl --insecure --no-progress-meter --fail-with-body --request POST --url "https://espota.ctdo.de/" --header "Content-Type: multipart/form-data" --form ip="$lastknownip" --form spiffs=@.pio/build/d1_mini/spiffs.bin --no-buffer
- name: upload configs
image: curlimages/curl
commands:
- echo "Hello for curl"
- ls -lA /bin
- |
which bash
ls /bin/bash
chmod u+x ./uploadfs.sh
./uploadfs.sh
./uploadfs.sh
environment:
IOTSSID:
from_secret: iotssid

View File

@ -1,5 +1,5 @@
#!/bin/sh
echo "Running"
while read line
do
echo "Line is ${line}"