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

trigger.sh « stage_unittests « pipeline - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d493175a19be701c3a8c50852a7d4769c1d150b (plain)
1
2
3
4
5
6
7
#!/bin/bash
. error_handling.sh

PACKAGES="wget unzip rsync"
docker-run --image mono \
--packages "$PACKAGES" \
--command "/pipeline/stage_unittests/job.sh" $@