Commit 431391bf authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

needs dev

parent 373cb2ba
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ dev_cancel_previous_action:

dev_secrets_in_repo:
  needs:
    - dev_pre_pipeline
    - dev_cancel_previous_action
  stage: dev_secrets_in_repo
  script:
    - |
@@ -112,7 +112,9 @@ dev_linting_docker:
  <<: *dev_common

dev_build_and_push:
  needs: ["dev_linting"]
  needs:
    - dev_linting_code
    - dev_linting_docker
  stage: dev_build_and_push
  script:
   - export TMP_PWD=$PWD