diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-07 17:18:29 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-07 17:18:29 +0200 |
commit | aa508028036ea01683b07cb9fc2812dc35bc9b65 (patch) | |
tree | 8334be3d7e2817281b857e8f450291a3504856fa /jobs | |
parent | 901d7020373e43d441fea5ab8f14492026b66671 (diff) | |
download | laminar-cnf-aa508028036ea01683b07cb9fc2812dc35bc9b65.tar.gz laminar-cnf-aa508028036ea01683b07cb9fc2812dc35bc9b65.tar.bz2 laminar-cnf-aa508028036ea01683b07cb9fc2812dc35bc9b65.zip |
Add fake laminar execution possibility
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/alpine-amd64.run | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jobs/alpine-amd64.run b/jobs/alpine-amd64.run index 80e8644..f9cfbbc 100755 --- a/jobs/alpine-amd64.run +++ b/jobs/alpine-amd64.run @@ -1,7 +1,6 @@ #!/bin/sh # vim: ft=sh -set -e -. common +. "$(dirname "$(readlink -f "$0")")/../job.common" if [ -n "$CLEAN" ]; then echo_stage "Remove root" |