10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
set -o pipefail
|
||
|
|
||
|
cd "${AUTOPKGTEST_TMP}"
|
||
|
lb config --verbose
|
||
|
lb build --verbose
|
||
|
ls -l
|