Skip to content
Snippets Groups Projects
Commit 127e22ba authored by Jens Steidl's avatar Jens Steidl :baby_chick: Committed by Andreas Romeyke
Browse files

- added time of day

parent 009bd1f4
Branches
No related tags found
No related merge requests found
#!/usr/bin/bash #!/usr/bin/bash
# Release build under Debian 10 # Release build under Debian 10
DATE="$(date +%F)" DATE="$(date +%F\ %T)"
BRANCH="$(git branch --show-current)" BRANCH="$(git branch --show-current)"
VERSION="$(git rev-list HEAD --count)-$BRANCH" VERSION="$(git rev-list HEAD --count)-$BRANCH"
BUILD_ZIP="SLUB_SIP_Builder.version-${VERSION}.zip" BUILD_ZIP="SLUB_SIP_Builder.version-${VERSION}.zip"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment