www.unturf.com/make_tarball.sh
Russell Ballestrini 03ead82b0b make a tarbal via gitlab ci runners
new file:   .gitlab-ci.yml
	modified:   Makefile
	new file:   make_tarball.sh
2021-10-31 21:10:51 -04:00

5 lines
264 B
Bash
Executable file

#tar -zcvf www.unturf.com.tar.gz output
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
# create git-commit.txt to track this builds git commit hash.
echo $GIT_COMMIT >> commit-hash.txt