Skip to content
Snippets Groups Projects
Commit 42539efb authored by Aleksandr Vodianov's avatar Aleksandr Vodianov
Browse files

upd

parent 55399b08
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ git remote set-url origin https://${USER}:${CI_PUSH_TOKEN}@gitlab.demlabs.net/ce
git checkout support-4958
versionPatch=$(cat config.pri | grep 'VER_PAT =' | cut -d'=' -f 2)
echo "version patch = $versionPatch"
let "versionPatch++"
echo "update version patch to $versionPatch"
sed -i "s/VER_PAT = \"[0-9]\+\"/VER_PAT = \"$versionPatch\"/g" config.pri
......
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