Skip to content
Snippets Groups Projects
Unverified Commit 6051e45e authored by Sébastien Blin's avatar Sébastien Blin
Browse files

fdroid: fix spaces

Change-Id: Ic01cecc12159184b3c3e31844a98fa4bf0af6ae0
parent 187217e5
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ cp ${METADATA_FOLDER}/cx.ring.yml ${METADATA_FOLDER}/cx.ring.yml_ ...@@ -44,7 +44,7 @@ cp ${METADATA_FOLDER}/cx.ring.yml ${METADATA_FOLDER}/cx.ring.yml_
head -n -11 ${METADATA_FOLDER}/cx.ring.yml_ > ${METADATA_FOLDER}/cx.ring.yml head -n -11 ${METADATA_FOLDER}/cx.ring.yml_ > ${METADATA_FOLDER}/cx.ring.yml
echo " - versionName: '${versionName}' echo " - versionName: ${versionName}
versionCode: ${versionCode} versionCode: ${versionCode}
commit: ${commit} commit: ${commit}
timeout: 10800 timeout: 10800
...@@ -74,7 +74,7 @@ echo " - versionName: '${versionName}' ...@@ -74,7 +74,7 @@ echo " - versionName: '${versionName}'
tail -n 12 ${METADATA_FOLDER}/cx.ring.yml_ | head -n -2 >> ${METADATA_FOLDER}/cx.ring.yml tail -n 12 ${METADATA_FOLDER}/cx.ring.yml_ | head -n -2 >> ${METADATA_FOLDER}/cx.ring.yml
echo "CurrentVersion: '${versionName}'" >> ${METADATA_FOLDER}/cx.ring.yml echo "CurrentVersion: ${versionName}" >> ${METADATA_FOLDER}/cx.ring.yml
echo "CurrentVersionCode: ${versionCode}" >> ${METADATA_FOLDER}/cx.ring.yml echo "CurrentVersionCode: ${versionCode}" >> ${METADATA_FOLDER}/cx.ring.yml
rm ${METADATA_FOLDER}/cx.ring.yml_ rm ${METADATA_FOLDER}/cx.ring.yml_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment