remove db files as well
parent
b2cdf60a32
commit
47393a5ead
|
|
@ -52,7 +52,7 @@ pipeline {
|
|||
CUR_DIR=$(pwd)
|
||||
mkdir -p /tmp/url-shortener
|
||||
cp -R * /tmp/url-shortener
|
||||
rm -rf /tmp/url-shortener/features /tmp/url-shortener/spec /tmp/url-shortener/coverage .git*
|
||||
rm -rf /tmp/url-shortener/features /tmp/url-shortener/spec /tmp/url-shortener/coverage /tmp/url-shortener/db/*.db .git*
|
||||
cd /tmp
|
||||
tar -czvf url-shortener.tgz url-shortener/
|
||||
mv url-shortener.tgz $CUR_DIR
|
||||
|
|
|
|||
Loading…
Reference in New Issue