]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Indent refs from except/only
authorRuben Beltran del Rio <redacted>
Thu, 14 Oct 2021 21:52:33 +0000 (23:52 +0200)
committerRuben Beltran del Rio <redacted>
Thu, 14 Oct 2021 21:52:33 +0000 (23:52 +0200)
.gitlab-ci.yml

index c8e8ac1e2acc79b9f4236a55eaa44bfdb875d7a3..a50854930df126d45cc91bc5c6a1cb688458e027 100644 (file)
@@ -3,15 +3,17 @@ stages:
 
 upload:
   stage: upload
-  except:refs:
-    - main
+  except:
+    refs:
+      - main
   script:
     - make upload
 
 upload_production:
   stage: upload
-  only:refs:
-    - main
+  only:
+    refs:
+      - main
   environment: production
   script:
     - make upload