Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
e2caba61
Commit
e2caba61
authored
7 months ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Minor changes
parent
449f60d9
Branches
develop
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#37674
failed
7 months ago
Stage: alt_build
Stage: deploy
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
dist/desktop
+1
-1
1 addition, 1 deletion
dist/desktop
resources/logo/web-ext/cesium-app-site.png
+0
-0
0 additions, 0 deletions
resources/logo/web-ext/cesium-app-site.png
scripts/release.sh
+1
-1
1 addition, 1 deletion
scripts/release.sh
with
3 additions
and
3 deletions
.gitignore
+
1
−
1
View file @
e2caba61
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
desktop
@
4b5e3aef
Compare
a6d5a936
...
4b5e3aef
Subproject commit
a6d5a936654cf307cfec4a4598ad2774e34f9f2
f
Subproject commit
4b5e3aef13e93c507fbf24c8aef832ada65f64e
f
This diff is collapsed.
Click to expand it.
resources/logo/web-ext/cesium-app-site.png
0 → 100644
+
0
−
0
View file @
e2caba61
165 KiB
This diff is collapsed.
Click to expand it.
scripts/release.sh
+
1
−
1
View file @
e2caba61
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment