diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2020-06-18 15:54:25 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2020-06-18 16:37:02 +0200 |
commit | 296b497b44b390208c7bdd74ed95cf116e571cc0 (patch) | |
tree | 04e5a918eabd89ce6dc70943bf8842ee4f0cd714 /ci | |
parent | a61813e4b2365e9b7054f423db37ea434f66b376 (diff) |
Change-Id: If0d2c175bb8786a8c509619988c353b66da85b62
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh index b24ac5b4e..3da67053b 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -42,6 +42,9 @@ source "${DEPLOY_DIR}/lib_jump_common.sh" [ ! "${TERM:-unknown}" = 'unknown' ] || export TERM=vt220 [ "${CACHE_INVALIDATE}" = 0 ] || CACHE_INVALIDATE=$(date +%s) +export LC_ALL=en_US.utf-8 +export LANG=en_US.utf-8 + # # END of variables to customize ############################################################################## @@ -93,6 +96,8 @@ env PIPENV_HIDE_EMOJIS=1 python3 -m pipenv run \ --dist-rel=bionic \ --opnfv-tag="${DOCKER_TAG}" \ --salt="${SALT_VERSION}" \ + --build-arg-extra " \ + CACHE_INVALIDATE=\"${CACHE_INVALIDATE}\"" \ ${DOCKER_PUSH} popd > /dev/null |