Other debugs
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
43f3ac6563
commit
211a8ce4d6
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Running"
|
||||
while read line
|
||||
do
|
||||
echo "Line is ${line}"
|
||||
|
|
Loading…
Reference in New Issue