add .version file to package
This commit is contained in:
parent
2d974c2680
commit
2590e75475
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ fi
|
|||
find . -type f ! -name "*.*" | xargs chmod 755
|
||||
|
||||
# Tar up the stage2 artifacts
|
||||
tar -czf $PACKAGE_NAME *
|
||||
# We need both "*" and ".version" to ensure we pick up that file
|
||||
tar -czf $PACKAGE_NAME * .version
|
||||
|
||||
info "Packaged stage2 to $PACKAGE_NAME"
|
||||
|
||||
|
|
Loading…
Reference in a new issue