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-02 23:30:37 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-02 23:35:39 +0300
commit49db5035a82a7ae055d9da8bb19aa65b30f77bcf (patch)
treeeaaefcd96d41df1d1981ae8510125f7fb19741ca /pipeline/shared
parent430bf8024161eb83243fdfeb1d93f12c0c056146 (diff)
Imported duplicatipipeline scripts
Added bash scripts to run the dockerized build and test environment
Diffstat (limited to 'pipeline/shared')
-rw-r--r--pipeline/shared/duplicati.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/pipeline/shared/duplicati.sh b/pipeline/shared/duplicati.sh
new file mode 100644
index 000000000..c58546e3c
--- /dev/null
+++ b/pipeline/shared/duplicati.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+. "$( cd "$(dirname "$0")" ; pwd -P )/../docker-run/error_handling.sh"
+
+export DUPLICATI_ROOT="/application/"
+declare -a FORWARD_OPTS
+
+export UPDATE_SOURCE="${DUPLICATI_ROOT}/Updates/build/${BUILDTAG}_source"
+export UPDATE_TARGET="${DUPLICATI_ROOT}/Updates/build/${BUILDTAG}_target"
+