This commit is contained in:
FyloZ 2021-02-11 19:46:08 -05:00
parent 816263eba9
commit 41f9157d08
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ package-backend:
- docker push $CI_REGISTRY_IMAGE_BACKEND
after_script:
- docker stop $PACKAGE_CONTAINER_NAME || true
- docker rm $PACKAGE_CONTAINER_NAME || true
artifacts:
paths:
- ColorRecipesExplorer-$CI_PIPELINE_IID.jar
@ -87,6 +88,7 @@ package-frontend:
- zip -r $ARTIFACT_NAME.zip dist/
after_script:
- docker stop $PACKAGE_CONTAINER_NAME || true
- docker rm $PACKAGE_CONTAINER_NAME || true
artifacts:
paths:
- $ARTIFACT_NAME.zip