no se monta .:/app
Some checks failed
Create release from tag / create_release (push) Failing after 21s
Some checks failed
Create release from tag / create_release (push) Failing after 21s
This commit is contained in:
parent
d685dcadb8
commit
fd35e23209
2 changed files with 2 additions and 2 deletions
2
flutterw
2
flutterw
|
|
@ -138,7 +138,7 @@ exec_in_container(){
|
||||||
$GRAPHICOPTIONS \
|
$GRAPHICOPTIONS \
|
||||||
$SPIOPTIONS \
|
$SPIOPTIONS \
|
||||||
-p ${WEBPORT:-8081}:8081 \
|
-p ${WEBPORT:-8081}:8081 \
|
||||||
-v $BUILDCACHE:/cache:z \
|
-v $BUILDCACHE/sdks-flutter-bin-cache:/cache:z \
|
||||||
-v .:/app:z \
|
-v .:/app:z \
|
||||||
-e FLUTTER_FLAVOR=prod \
|
-e FLUTTER_FLAVOR=prod \
|
||||||
d4rt-formulas-builder \
|
d4rt-formulas-builder \
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ build_release_files(){
|
||||||
make build-container
|
make build-container
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
./flutterw --exec ls -la
|
./flutterw --exec sh -c "pwd; ls -la"
|
||||||
)
|
)
|
||||||
|
|
||||||
make build-container build-builders test build-android-release-container build-linux-release-container build-web-release-container
|
make build-container build-builders test build-android-release-container build-linux-release-container build-web-release-container
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue