summaryrefslogtreecommitdiff
path: root/ci/ciimage/bionic
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-09-03 21:18:26 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-09-04 17:03:24 +0200
commitd5f30308b44f2609865a6ba3993de091f6643e72 (patch)
treeacbe727a45fb961e2933ec8ba9dbb51b81de0ccb /ci/ciimage/bionic
parentcab77b0e4c767e8f6d09473c4829ae204e3628db (diff)
downloadmeson-d5f30308b44f2609865a6ba3993de091f6643e72.tar.gz
ci: Fix missing MESON_CI_JOBNAME in the image builders
Diffstat (limited to 'ci/ciimage/bionic')
-rw-r--r--ci/ciimage/bionic/image.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/ciimage/bionic/image.json b/ci/ciimage/bionic/image.json
index d40090211..5df709e7e 100644
--- a/ci/ciimage/bionic/image.json
+++ b/ci/ciimage/bionic/image.json
@@ -2,6 +2,7 @@
"base_image": "ubuntu:bionic",
"env": {
"CI": "1",
- "DC": "gdc"
+ "DC": "gdc",
+ "MESON_CI_JOBNAME": "linux-bionic-gcc"
}
}