Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 21:37:06 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-07 21:37:06 +0300
commit1101ba10103c2ac37434a5a818dd143c3d11ac28 (patch)
tree5c57cb32306ca80327c60a9a779fceef4a6e80ea /pipeline/jobs/selenium_job.sh
parentc82be07cbcd2147596ba97a945b74aea431bb57d (diff)
Adjust selenium job for import change.
Diffstat (limited to 'pipeline/jobs/selenium_job.sh')
-rwxr-xr-xpipeline/jobs/selenium_job.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipeline/jobs/selenium_job.sh b/pipeline/jobs/selenium_job.sh
index 26a28b909..430678905 100755
--- a/pipeline/jobs/selenium_job.sh
+++ b/pipeline/jobs/selenium_job.sh
@@ -1,6 +1,6 @@
#!/bin/bash
SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
-. "${SCRIPT_DIR}/params.sh"
+. "${SCRIPT_DIR}/_import.sh"
${ROOT_DIR}/pipeline/stage_integrationtests/trigger.sh \
${FORWARD_OPTS[@]} \