diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-07-22 17:42:13 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-07-23 09:11:43 +0200 |
commit | 71fbe1fd89e2869dbcad20f1b1c4fbaba4338f15 (patch) | |
tree | 1b404fe918834dd10066a07fff406d2ceeaa679f /scripts | |
parent | 311e5199c4f7cb73e393d751fede4ed86d358c02 (diff) | |
download | meta-updater-71fbe1fd89e2869dbcad20f1b1c4fbaba4338f15.tar.gz |
Output site.conf during CI configure step
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'scripts')
-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" | ||