Commit 427e229d authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina artifact no necesario

parent fa7213ae
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -107,11 +107,6 @@ variables:
        -e SPRING_DATASOURCE_PASSWORD \
        ${OAUTH_IMAGE_NAME}:${OAUTH_IMAGE_TAG};
      docker logs -f oauth &> oauth.log &
  artifacts:
    paths:
      - oauth.log
    when: always
    expire_in: 1 day
  after_script:
    - rm -rf .m2/repository/es
    - docker stop oauth postgres