[gnome-runtime-images/buildah: 2/2] WIP: try to build things without pushing
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images/buildah: 2/2] WIP: try to build things without pushing
- Date: Thu, 12 Mar 2020 21:16:04 +0000 (UTC)
commit e5f303e062b93e82c22017abab062213df275876
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Thu Mar 12 20:47:39 2020 +0100
WIP: try to build things without pushing
.gitlab-ci.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2dc001a..cf1d392 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,10 +20,10 @@ default:
# Newer versions of podman/buildah try to set overlayfs mount options when
# using the vfs driver, and this causes errors.
- sed -i '/^mountopt =.*/d' /etc/containers/storage.conf
- only:
- - master
- - triggers
- - schedules
+ #only:
+ # - master
+ # - triggers
+ # - schedules
retry: 1
# Expects ${DOCKERIMAGE} which should be the name+tag of the registry image.
@@ -34,7 +34,7 @@ default:
- echo ${DOCKERFILE} / ${DOCKERIMAGE}
- buildah bud -f ${DOCKERFILE} -t ${DOCKERIMAGE} .
- - buildah push ${DOCKERIMAGE}
+ #- buildah push ${DOCKERIMAGE}
after_script:
# don't try to use systemd/journald
- |
@@ -73,7 +73,7 @@ flat-manager-client:
buildah commit $CONTAINER ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
- - buildah push ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
+ #- buildah push ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
# build and push the rust_bundle image
- |
@@ -84,7 +84,7 @@ flat-manager-client:
buildah commit $CONTAINER ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
- - buildah push ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
+ #- buildah push ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
gnome:master:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]