Loading .gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading