Loading .gitlab-ci.yml +2 −19 Original line number Diff line number Diff line stages: - test - build Loading Loading @@ -38,19 +37,3 @@ build-vendor: artifacts: paths: - dist/ deploy:staging: extends: .deploy:nextcloud-app rules: - if: $CI_COMMIT_BRANCH == "main" when: manual - if: $CI_COMMIT_BRANCH == "murena-main" when: manual - if: $CI_COMMIT_BRANCH == "production" when: manual - if: $CI_COMMIT_TAG when: manual - if: $CI_COMMIT_BRANCH == "dev/fix-slowness" when: manual environment: name: staging/01 url: $ENV_URL Loading
.gitlab-ci.yml +2 −19 Original line number Diff line number Diff line stages: - test - build Loading Loading @@ -38,19 +37,3 @@ build-vendor: artifacts: paths: - dist/ deploy:staging: extends: .deploy:nextcloud-app rules: - if: $CI_COMMIT_BRANCH == "main" when: manual - if: $CI_COMMIT_BRANCH == "murena-main" when: manual - if: $CI_COMMIT_BRANCH == "production" when: manual - if: $CI_COMMIT_TAG when: manual - if: $CI_COMMIT_BRANCH == "dev/fix-slowness" when: manual environment: name: staging/01 url: $ENV_URL