mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
VERSIONING: fixed in ES-DE -fix4
This commit is contained in:
parent
05788990df
commit
317918c106
|
@ -74,7 +74,7 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- 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
|
- $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
||||||
- echo "DEBUG - reading version "
|
- echo "DEBUG - reading version "
|
||||||
- cat ${FLATPAK_DEST}/retrodeck/version
|
- cat ${FLATPAK_DEST}/retrodeck/version
|
||||||
|
|
Loading…
Reference in a new issue