summaryrefslogtreecommitdiffstats
path: root/ci/testapi-backup-mongodb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/testapi-backup-mongodb.sh')
-rw-r--r--ci/testapi-backup-mongodb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/testapi-backup-mongodb.sh b/ci/testapi-backup-mongodb.sh
index e6465ab..9bb5fd9 100644
--- a/ci/testapi-backup-mongodb.sh
+++ b/ci/testapi-backup-mongodb.sh
@@ -3,7 +3,7 @@
set -e
# Run MongoDB backup
-python $WORKSPACE/testapi/update/templates/backup_mongodb.py -o $WORKSPACE/
+python $WORKSPACE/ci/mongodb_backup.py -o $WORKSPACE/
# Compressing the dump
now=$(date +"%m_%d_%Y_%H_%M_%S")