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
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ while getopts "d" flag; do
# set a variable OPTIONS with the remaining input arguments to pass to the build command
OPTIONS=${@}
# 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
;;
\?)
......@@ -30,4 +30,4 @@ sencha app build $1
ant build-plus
# build xar
ant xar
\ No newline at end of file
ant xar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment