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