summaryrefslogtreecommitdiff
path: root/automation/taskcluster/docker-ecckiila/bin/ecckiila.sh
blob: e9549b2050e861da759b51f1bdaf1db5358b4d6d (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -v -e -x

if [ $(id -u) = 0 ]; then
    # Drop privileges by re-running this script.
    exec su worker $0
fi

git clone --depth=1 https://gitlab.com/nisec/ecckiila.git