summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 5d1e7f7..c679c8c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
stages {
stage('MakeDatabasefile') {
steps {
- sh '[-e ./app/static/wordfreqapp.db] && rm -f ./app/static/wordfreqapp.db'
+ sh '[-f ./app/static/wordfreqapp.db] && rm -f ./app/static/wordfreqapp.db'
sh 'cat ./app/static/wordfreqapp.sql | sqlite3 ./app/static/wordfreqapp.db'
}
}