Skip to content
Snippets Groups Projects
Commit 5c517a6b authored by bwbohl's avatar bwbohl Committed by Daniel Jettka
Browse files

build: switch to sencha-cmd:2.1

parent 9d0d7095
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ while getopts "d" flag; do ...@@ -10,7 +10,7 @@ while getopts "d" flag; do
# set a variable OPTIONS with the remaining input arguments to pass to the build command # set a variable OPTIONS with the remaining input arguments to pass to the build command
OPTIONS=${@} OPTIONS=${@}
# run docker # run docker
docker run --rm -it -v `pwd`:/app --name sencha ghcr.io/bwbohl/sencha-cmd:latest ./build.sh $OPTIONS docker run --rm -it -v `pwd`:/app --name sencha ghcr.io/bwbohl/sencha-cmd:2.1 ./build.sh $OPTIONS
exit exit
;; ;;
\?) \?)
...@@ -30,4 +30,4 @@ sencha app build $1 ...@@ -30,4 +30,4 @@ sencha app build $1
ant build-plus ant build-plus
# build xar # build xar
ant xar ant xar
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment