[gnome-runtime-images] ci: use original llvm tag alias
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images] ci: use original llvm tag alias
- Date: Wed, 24 Nov 2021 11:28:55 +0000 (UTC)
commit 55c280353a968c06eb8a31ea095aa1c408cfdf01
Author: Jordan Petridis <jordan centricular com>
Date: Wed Nov 24 13:28:01 2021 +0200
ci: use original llvm tag alias
Instead of llvm_bundle we started pushing to the llvm tag due to
a typo.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6f56cb..f30005c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,7 @@ flat-manager-client:
CONTAINER=$(buildah from ${CI_REGISTRY_IMAGE}/base)
export TAG="${CI_REGISTRY_IMAGE}/gnome:${BRANCH}"
- export LLVM_TAG="${CI_REGISTRY_IMAGE}/llvm:${BRANCH}"
+ export LLVM_TAG="${CI_REGISTRY_IMAGE}/llvm_bundle:${BRANCH}"
export RUST_TAG="${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}"
echo "Building $TAG"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]