diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-07-23 12:48:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-23 12:48:22 +0200 |
commit | 7530d93ebb97b519a12b88d121320ac0bb711c46 (patch) | |
tree | c308d046b3e2c1d6cfbc55c83fd01f1c7abe66cf /scripts/ci/configure.sh | |
parent | 311e5199c4f7cb73e393d751fede4ed86d358c02 (diff) | |
parent | 82308b9f8f1509d77330e70e162a1b066ad85e34 (diff) | |
download | meta-updater-7530d93ebb97b519a12b88d121320ac0bb711c46.tar.gz |
Output site.conf during CI configure step (#560)
Output site.conf during CI configure step
Diffstat (limited to 'scripts/ci/configure.sh')
-rwxr-xr-x | scripts/ci/configure.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci/configure.sh b/scripts/ci/configure.sh index a8968da..67563ed 100755 --- a/scripts/ci/configure.sh +++ b/scripts/ci/configure.sh | |||
@@ -69,3 +69,6 @@ SSTATE_DIR = "$SSTATE_DIR" | |||
69 | DL_DIR = "$DL_DIR" | 69 | DL_DIR = "$DL_DIR" |
70 | EOF | 70 | EOF |
71 | fi | 71 | fi |
72 | |||
73 | echo -e ">> Final configuration (site.conf):\n" | ||
74 | cat "$SITE_CONF" | ||