[gnome-build-meta/jjardon/gnome_3_37_92: 47/51] .gitlab-ci.yml: Fix indentation




commit 4dca2ccf2144d5399d6cf93fc95a53753a3e5933
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 | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71c93e73..4b21e877 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -290,22 +290,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]