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

upd

parent bb83c65f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ for platform in $PLATFORMS; do
unexport_variables "./prod_build/$platform/conf/*"
done
if [[ $CI_COMMIT_REF_NAME == "support-5044" ]]; then
if [[ $CI_COMMIT_REF_NAME == "master" ]]; then
./prod_build/general/update_dashboard.sh
fi
......
......@@ -4,7 +4,7 @@ git clone https://${USER}:${CI_PUSH_TOKEN}@gitlab.demlabs.net/cellframe/cellfram
cd cellframe-dashboard
git remote set-url origin https://${USER}:${CI_PUSH_TOKEN}@gitlab.demlabs.net/cellframe/cellframe-dashboard.git
git checkout support-4958
git checkout master
versionPatch=$(cat config.pri | grep 'VER_PAT =' | cut -d'=' -f 2)
echo "version patch = $versionPatch"
......
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