commit | 770067105b203eb6295a0b5821a3e210380c75c1 | [log] [tgz] |
---|---|---|
author | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Tue Nov 17 10:44:47 2020 -0600 |
committer | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Fri Nov 20 09:53:46 2020 -0600 |
tree | 0eb68e32d58a5a1937238f2fd5ecf0dcca2a95a9 | |
parent | c04437747b3bbb84fde3785103c3ad548bd50ae3 [diff] |
Remove export of ARMLMD_LICENSE_FILE variable Variable is defined and exported in the docker node [1] thus there is no need to export it at CI Scripts level. [1] https://git.trustedfirmware.org/ci/dockerfiles.git/tree/bionic-amd64-tf-a-build/Dockerfile Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I9d53a60c7e1b6ea10c9ebc0102c2a010d05949a9
diff --git a/utils.sh b/utils.sh index 5465e56..340d089 100644 --- a/utils.sh +++ b/utils.sh
@@ -392,7 +392,6 @@ export LD_LIBRARY_PATH export LM_LICENSE_FILE -export ARMLMD_LICENSE_FILE="$LM_LICENSE_FILE" export ARM_TOOL_VARIANT=ult # vim: set tw=80 sw=8 noet: