Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -52,7 +52,7 @@ pipeline {
CUR_DIR=$(pwd) CUR_DIR=$(pwd)
mkdir -p /tmp/url-shortener mkdir -p /tmp/url-shortener
cp -R * /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 cd /tmp
tar -czvf url-shortener.tgz url-shortener/ tar -czvf url-shortener.tgz url-shortener/
mv url-shortener.tgz $CUR_DIR mv url-shortener.tgz $CUR_DIR