VERSIONING: fixed in ES-DE -fix5

This commit is contained in:
Xargon 2022-05-25 16:38:40 +09:00
parent 317918c106
commit 9cbef7c3d0

View file

@ -75,7 +75,7 @@ modules:
- mkdir -p ${FLATPAK_DEST}/retrodeck/ - mkdir -p ${FLATPAK_DEST}/retrodeck/
- VERSION="cooker" - VERSION="cooker"
- if [[ $VERSION == "cooker" ]]; then VERSION=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')-$(date +'%Y%m%d_%H%M'); fi - if [[ $VERSION == "cooker" ]]; then VERSION=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')-$(date +'%Y%m%d_%H%M'); fi
- $VERSION >> ${FLATPAK_DEST}/retrodeck/version - echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
- echo "DEBUG - reading version " - echo "DEBUG - reading version "
- cat ${FLATPAK_DEST}/retrodeck/version - cat ${FLATPAK_DEST}/retrodeck/version