Compare commits
2 Commits
69c56ae31a
...
873b86a809
| Author | SHA1 | Date |
|---|---|---|
|
|
873b86a809 | |
|
|
47393a5ead |
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue