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

selenium_job.sh « jobs « pipeline - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 977dafe1c837e906a418fb773cfea7998b3a9809 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
. "${SCRIPT_DIR}/params.sh"

${ROOT_DIR}/pipeline/stage_integrationtests/trigger.sh \
${FORWARD_OPTS[@]} \
--sourcedir "${BUILD_DIR}" \
--targetdir "${TEST_DIR}"| ts