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

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

PACKAGES="libgtk2.0-cil rsync"
docker-run --image mono \
--packages "$PACKAGES" \
--command "/pipeline/stage_build/job.sh" $@