👷 Remove E2E incomplete job
        Tim Izzo tim@octree.ch
        
        
        
        
        
        Wed, 07 Sep 2022 09:42:24 +0200
        
          1 files changed,
          1 insertions(+),
          21 deletions(-)
          
          jump to
            
            
            
            M
            
          
          .gitlab-ci.yml
          
            → 
            .gitlab-ci.yml
          
          
            
          @@ -2,26 +2,6 @@ include:
- project: o/infra/templates file: /gitlab-ci/includes/jobs.yaml -Test E2E: - stage: test - image: node:16-alpine - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == "merge_request_event" - changes: - - backend/**/* - - e2e/**/* - cache: - key: node_modules - paths: - - backend/node_modules - - e2e/node_modules - script: - - cd backend/ - - yarn - - cd ../e2e/ - - yarn - - yarn test - Build NextJS: extends: .build variables:@@ -40,4 +20,4 @@ CI_REGISTRY_IMAGE: $CI_REGISTRY_IMAGE/strapi
rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH changes: - - backend/**/*+ - backend/**/*