]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Cleaning up gitlab/deploy-packages.yaml develop main v1.3
authorFrank Brehm <frank@brehm-online.com>
Mon, 2 Jan 2023 14:11:34 +0000 (15:11 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 2 Jan 2023 14:11:34 +0000 (15:11 +0100)
gitlab/deploy-packages.yaml

index b24815f0efb90abf651dcfcc9a9837f29ece52d6..8ee597952c616eec0604a53ab57881026e3080e0 100644 (file)
@@ -1,41 +1,5 @@
 ---
 
-# include:
-#   - local: /gitlab/deploy-template.yaml
-
-# # ---------------------------
-# Deploy packages EL7:
-#   extends:
-#     - '.deploy-packages'
-#   variables:
-#     EL_MAJOR_VERSION: '7'
-#   needs:
-#     - 'Sign EL 7 packages'
-#   dependencies:
-#     - 'Sign EL 7 packages'
-
-# # ---------------------------
-# Deploy packages EL8:
-#   extends:
-#     - '.deploy-packages'
-#   variables:
-#     EL_MAJOR_VERSION: '8'
-#   needs:
-#     - 'Sign EL 8 packages'
-#   dependencies:
-#     - 'Sign EL 8 packages'
-
-# # ---------------------------
-# Deploy packages EL9:
-#   extends:
-#     - '.deploy-packages'
-#   variables:
-#     EL_MAJOR_VERSION: '9'
-#   needs:
-#     - 'Sign EL 9 packages'
-#   dependencies:
-#     - 'Sign EL 9 packages'
-
 #---------------------------
 variables:
   PKG_NAME: 'some_python_package'
@@ -51,11 +15,6 @@ Deploy packages:
     - if: '$CI_COMMIT_TAG'
       when: manual
       allow_failure: true
-    - if: $CI_COMMIT_BRANCH == "master"
-    - if: $CI_COMMIT_BRANCH == "main"
-    - if: $CI_COMMIT_BRANCH == "test"
-    - if: $CI_COMMIT_BRANCH =~ /test-.*/
-    - if: $CI_COMMIT_BRANCH =~ /build.*/
   stage: deploy
   needs:
     - 'Sign EL 7 packages'