Commit c5fe82db authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Controla bug de plantilla GitLab

Se han introducido nuevos jobs con un stage que puede no existir.
parent c543f67f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,12 @@ lint-dockerfile:
      when: never
    - if: $CI_COMMIT_BRANCH

container_scanning_deprecated:
  stage: post-package

container_scanning_new:
  stage: post-package

container_scanning:
  stage: post-package
  rules: