From 6bbc5839b7d8ac9a6cea31fcdb1fb2759ac0a1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E9=A3=9E?= <2624970078@qq.com> Date: Sat, 29 May 2021 21:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jenkinsfile=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=88=A0=E9=99=A4=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +---- Jenkinsfile | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7a8be9f..fd1846e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,4 @@ app/static/usr/*.jpg app/static/img/ app/static/frequency/frequency_*.pickle app/static/frequency/frequency.p -app/static/wordfreqapp.db -app/static/wordfreqapp.sql -app/static/donate-the-author.jpg -app/static/donate-the-author-hidden.jpg + diff --git a/Jenkinsfile b/Jenkinsfile index f5e6499..5c5c836 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,6 @@ pipeline { } stage('MakeDatabasefile') { steps { - sh 'touch ./app/static/wordfreqapp.db && rm -f ./app/static/wordfreqapp.db' sh 'cat ./app/static/wordfreqapp.sql | sqlite3 ./app/static/wordfreqapp.db' } }