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
56549ff9
Commit
56549ff9
authored
5 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[enh] Fix release (clean old sha256 files)
parent
bea34957
No related branches found
No related tags found
No related merge requests found
Pipeline
#8465
failed
5 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
platforms/android
+1
-1
1 addition, 1 deletion
platforms/android
scripts/release.sh
+4
-0
4 additions, 0 deletions
scripts/release.sh
www/js/config.js
+1
-1
1 addition, 1 deletion
www/js/config.js
with
6 additions
and
2 deletions
android
@
4df57171
Compare
eb7b86e9
...
4df57171
Subproject commit
eb7b86e9821819499ffa75ea972cca0cd321a639
Subproject commit
4df57171db3a6c2cabde4d38cb8da74834a15b9e
This diff is collapsed.
Click to expand it.
scripts/release.sh
+
4
−
0
View file @
56549ff9
...
...
@@ -81,12 +81,16 @@ if [[ $? -ne 0 ]]; then
exit
1
fi
echo
"----------------------------------"
echo
"- Compiling sources..."
echo
"----------------------------------"
cd
${
PROJECT_DIR
}
||
exit
1
gulp config build
--env
default_fr
||
exit
1
echo
"Clean previous sha256 files..."
rm
-rf
${
PROJECT_DIR
}
/dist/
*
.sha256
echo
"----------------------------------"
echo
"- Building Android artifact..."
echo
"----------------------------------"
...
...
This diff is collapsed.
Click to expand it.
www/js/config.js
+
1
−
1
View file @
56549ff9
...
...
@@ -98,7 +98,7 @@ angular.module("cesium.config", [])
}
},
"
version
"
:
"
1.5.12
"
,
"
build
"
:
"
2020-03-17T1
3
:3
5
:1
1.028
Z
"
,
"
build
"
:
"
2020-03-17T1
4
:3
8
:1
8.322
Z
"
,
"
newIssueUrl
"
:
"
https://git.duniter.org/clients/cesium-grp/cesium/issues/new
"
})
...
...
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