Run CI to test publish image prepare

This commit is contained in:
David Racero 2021-01-26 13:01:37 +01:00
parent 9cd6175f11
commit 422d843815

View File

@ -56,6 +56,7 @@ prepare:
- docker push ${IMAGE}
only:
- master
- merge_requests
publish:
image: ${IMAGE}
@ -68,3 +69,6 @@ publish:
- npm run compile
- ${VERSION}
- npm publish --access public
only:
- master
- merge_requests