chmod früher
This commit is contained in:
parent
42d0103601
commit
21fddf5a98
|
@ -22,6 +22,7 @@ steps:
|
||||||
- platformio run --environment d1_mini
|
- platformio run --environment d1_mini
|
||||||
- |
|
- |
|
||||||
chmod u+x ./configurefs.sh
|
chmod u+x ./configurefs.sh
|
||||||
|
chmod u+x ./uploadfs.sh
|
||||||
./configurefs.sh
|
./configurefs.sh
|
||||||
- name: upload image
|
- name: upload image
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
@ -39,9 +40,7 @@ steps:
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
commands:
|
commands:
|
||||||
- ls -lA .
|
- ls -lA .
|
||||||
- |
|
- ./uploadfs.sh
|
||||||
chmod u+x ./uploadfs.sh
|
|
||||||
./uploadfs.sh
|
|
||||||
environment:
|
environment:
|
||||||
IOTSSID:
|
IOTSSID:
|
||||||
from_secret: iotssid
|
from_secret: iotssid
|
||||||
|
|
Loading…
Reference in New Issue