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

[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
Subproject commit eb7b86e9821819499ffa75ea972cca0cd321a639
Subproject commit 4df57171db3a6c2cabde4d38cb8da74834a15b9e
......@@ -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 "----------------------------------"
......
......@@ -98,7 +98,7 @@ angular.module("cesium.config", [])
}
},
"version": "1.5.12",
"build": "2020-03-17T13:35:11.028Z",
"build": "2020-03-17T14:38:18.322Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
......
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