Update
[opentx.git] / jenkins / release-21 / release-lua.sh
blobf015318c403783e176acd058dc551648e5dea183
1 #!/bin/bash
3 # stops on first error
4 set -e
5 set -x
7 # make sure we are in the good directory
8 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
9 cd ${DIR}
11 # pull the latest changes
12 ./update-repo.sh
14 # retrieve release after the repo update
15 source ./version.sh
17 # release wizard
18 cd opentx/radio/wizard/
19 zip -r /var/www/html/lua-${version}/wizard.zip *.lua *.bmp