push with push.sh instead so that we get nightly builds
This commit is contained in:
3
push.sh
3
push.sh
@ -1,6 +1,7 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
nightly_hash=nightly-$(git log -1 --format=%H)
|
nightly_hash=nightly-$(git log -1 --format=%H)
|
||||||
git tag -s "$nightly_hash"
|
nightly_date=$(date)
|
||||||
|
git tag -m "$nightly_date" -s "$nightly_hash"
|
||||||
git push --all
|
git push --all
|
||||||
git push --tags
|
git push --tags
|
Reference in New Issue
Block a user