Skip to content
Snippets Groups Projects
Commit e2caba61 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Minor changes

parent 449f60d9
Branches develop
No related tags found
No related merge requests found
Pipeline #37674 failed
......@@ -3,7 +3,7 @@
/node_modules/
/platforms/ios
#/platforms/android
/platforms/android
/resources/android/build/local.properties
/resources/android/build/*.keystore
/resources/android/build/release-signing.properties
......
Subproject commit a6d5a936654cf307cfec4a4598ad2774e34f9f2f
Subproject commit 4b5e3aef13e93c507fbf24c8aef832ada65f64ef
resources/logo/web-ext/cesium-app-site.png

165 KiB

......@@ -9,7 +9,7 @@ fi;
cd ${PROJECT_DIR}
### Control that the script is run on `dev` branch
### Control that the script is run on `master` branch
branch=$(git rev-parse --abbrev-ref HEAD)
if [[ ! "$branch" == "master" ]];
then
......
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