Update make_tarball.sh
This commit is contained in:
parent
b94adf8bf4
commit
ca851f67f0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#tar -zcvf www.unturf.com.tar.gz output
|
#tar -zcvf www.unturf.com.tar.gz output
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
cd ..; tar -zcvf www.unturf.com.tar.gz www.unturf.com; mv www.unturf.com.tar.gz www.unturf.com; cd www.unturf.com
|
cd ..; tar -zcvf www.unturf.com.tar.gz www.unturf.com; mv www.unturf.com.tar.gz www.unturf.com; cd www.unturf.com
|
||||||
# create sha512 of www.makepostsell.com.tar.gz
|
# create sha512 of www.unturf.com.tar.gz
|
||||||
sha512sum www.makepostsell.com.tar.gz >> www.makepostsell.com.tar.gz.hash
|
sha512sum www.unturf.com.tar.gz >> www.unturf.com.tar.gz.hash
|
||||||
# create git-commit.txt to track this builds git commit hash.
|
# create git-commit.txt to track this builds git commit hash.
|
||||||
echo $CI_COMMIT_SHA >> commit-hash.txt
|
echo $CI_COMMIT_SHA >> commit-hash.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue