mirror of
https://github.com/rancher/os.git
synced 2025-07-30 22:24:33 +00:00
Fix release build script
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
2c1e20662c
commit
3f0e76e866
@ -1,12 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
source $(dirname $0)/version
|
||||
cd $(dirname $0)/..
|
||||
source ./scripts/version
|
||||
export REPO_VERSION=$VERSION
|
||||
export COMPRESS="xz --format=lzma -9 --memlimit-compress=80% -e"
|
||||
export INTEGRATION_TESTS=0
|
||||
|
||||
exec $(dirname $0)/ci
|
||||
./scripts/ci
|
||||
|
||||
# make generated changelog
|
||||
lastrelease=$(hub release | grep -v rc | head -n1 | tr -d ' \r\n')
|
||||
|
Loading…
Reference in New Issue
Block a user