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

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

PACKAGES="python3-pip rsync mono-complete"
docker-run --image selenium/standalone-firefox \
--packages "$PACKAGES" \
--asroot \
--sharedmem \
--command "sudo -u seluser /pipeline/stage_integrationtests/job.sh" $@