[gnome-build-meta/jjardon/gnome_3_37_92] .gitlab-ci.yml: Fix indentation
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/jjardon/gnome_3_37_92] .gitlab-ci.yml: Fix indentation
- Date: Mon, 7 Sep 2020 14:22:25 +0000 (UTC)
commit 284d7417c43a135f0340a750635a7092662847ed
Author: Javier Jardón <jjardon gnome org>
Date: Mon Sep 7 15:16:06 2020 +0100
.gitlab-ci.yml: Fix indentation
So ./convert-to-tarballs.py doesnt change it again
.gitlab-ci.yml | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22ef60c9..15113f27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -268,22 +268,22 @@ s3-image:
stage: deploy
dependencies: [track]
script:
- - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst iso/image.bst
- - ${BST} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
- - ${BST} -o arch "${ARCH}" checkout --hardlinks iso/image.bst iso
-
- - |
- if [ -n "$CI_COMMIT_TAG" ]; then
- aws s3 cp --acl public-read --expires $(date -I --date="6 weeks") iso/installer.iso \
- s3://gnome-build-meta/$CI_COMMIT_TAG/installer.iso
- else
- aws s3 cp --acl public-read --expires $(date -I --date="1 week") image/disk.img.xz \
- s3://gnome-build-meta/$CI_PIPELINE_ID/disk.img.xz
- aws s3 cp --acl public-read --expires $(date -I --date="1 week") iso/installer.iso \
- s3://gnome-build-meta/$CI_PIPELINE_ID/installer.iso
- fi
-
- - aws s3 ls --recursive --human-readable s3://gnome-build-meta/
+ - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst iso/image.bst
+ - ${BST} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
+ - ${BST} -o arch "${ARCH}" checkout --hardlinks iso/image.bst iso
+
+ - |
+ if [ -n "$CI_COMMIT_TAG" ]; then
+ aws s3 cp --acl public-read --expires $(date -I --date="6 weeks") iso/installer.iso \
+ s3://gnome-build-meta/$CI_COMMIT_TAG/installer.iso
+ else
+ aws s3 cp --acl public-read --expires $(date -I --date="1 week") image/disk.img.xz \
+ s3://gnome-build-meta/$CI_PIPELINE_ID/disk.img.xz
+ aws s3 cp --acl public-read --expires $(date -I --date="1 week") iso/installer.iso \
+ s3://gnome-build-meta/$CI_PIPELINE_ID/installer.iso
+ fi
+
+ - aws s3 ls --recursive --human-readable s3://gnome-build-meta/
rules:
- if: $EMERGENCY || $BST_TRACK_TAGS != "False"
@@ -295,22 +295,22 @@ s3-image-static:
extends: .x86_64
stage: reports
needs:
- - job: s3-image
- artifacts: false
+ - job: s3-image
+ artifacts: false
rules:
- - if: $EMERGENCY || $BST_TRACK_TAGS != "False"
- when: never
- - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
- when: manual
- - if: $CI_COMMIT_TAG
+ - if: $EMERGENCY || $BST_TRACK_TAGS != "False"
+ when: never
+ - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
+ when: manual
+ - if: $CI_COMMIT_TAG
script:
- - |
- # Assume that the s3-image job has succeed and copy the img form the s3 uri
- aws s3 cp --acl public-read --expires $(date -I --date="4 weeks") \
- s3://gnome-build-meta/$CI_PIPELINE_ID/installer.iso \
- s3://gnome-build-meta/gnome-3-38/latest/installer.iso
+ - |
+ # Assume that the s3-image job has succeed and copy the img form the s3 uri
+ aws s3 cp --acl public-read --expires $(date -I --date="4 weeks") \
+ s3://gnome-build-meta/$CI_PIPELINE_ID/installer.iso \
+ s3://gnome-build-meta/gnome-3-38/latest/installer.iso
- - aws s3 ls --recursive --human-readable s3://gnome-build-meta/
+ - aws s3 ls --recursive --human-readable s3://gnome-build-meta/
ostree-x86_64:
extends:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]