[gnome-runtime-images/alatiera/split-jobs] ci: add debug echos
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images/alatiera/split-jobs] ci: add debug echos
- Date: Sun, 26 Apr 2020 08:18:06 +0000 (UTC)
commit 3b8927eb25cb71d2029320ce17ef7bb24a72801b
Author: Jordan Petridis <jpetridis gnome org>
Date: Sun Apr 26 11:17:41 2020 +0300
ci: add debug echos
.gitlab-ci.yml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3144bf8..e1e2059 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,12 +75,16 @@ flat-manager-client:
buildah run $CONTAINER flatpak install --user --noninteractive \
org.gnome.Sdk//${BRANCH} org.gnome.Platform//${BRANCH}
- buildah commit $CONTAINER ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
+ export $TAG=${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
+ echo "Building $TAG"
+
+ buildah commit $CONTAINER $TAG
# push only on master branch
- |
if [ $CI_COMMIT_REF_NAME == master ]; then
- buildah push ${CI_REGISTRY_IMAGE}/gnome:${BRANCH}
+ echo "Pushing $TAG"
+ buildah push $TAG
fi
.rust_template:
@@ -92,12 +96,16 @@ flat-manager-client:
buildah run $CONTAINER flatpak install --user --noninteractive \
org.freedesktop.Sdk.Extension.rust-stable//${FD_BRANCH}
- buildah commit $CONTAINER ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
+ export $TAG=${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
+ echo $TAG
+
+ buildah commit $CONTAINER $TAG
# push only on master branch
- |
if [ $CI_COMMIT_REF_NAME == master ]; then
- buildah push ${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}
+ echo "Pushing $TAG"
+ buildah push $TAG
fi
.vars_nightly:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]