aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-12 10:22:18 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-12 10:24:29 +0100
commit4e415cd38effe7a64cc9dd83b4f58caed94d2b73 (patch)
tree7bd5ca4d31c2d7ffeefda3f87e2f7cc43e4e62db
parent012bf8c552699027b5fa71b0934a9363d3466ad1 (diff)
jdk: jdkX-ci-build doesn't need artefact name vars.
The build fails as it is trying to use the environment variable that would be set by the parameterised build. Remove references to the variables. Change-Id: Idff3f17d606fcecfec277f8dad176c162115fbd8
-rw-r--r--jdkX-ci-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-ci-build.yaml b/jdkX-ci-build.yaml
index b7351f7a63..c5dd9da992 100644
--- a/jdkX-ci-build.yaml
+++ b/jdkX-ci-build.yaml
@@ -81,7 +81,7 @@
# Archive the result
rm -rf out
mkdir out
- artifact_name=jdkX-${JVM_VARIANT}-${BUILD_TYPE}
+ artifact_name=jdkX-ci-build
tar -C build/images/jdk --exclude=\*.diz --transform="s!^./!$artifact_name/!" -acf out/${artifact_name}.tar.gz .
# Archive test support files.