Skip to content
Snippets Groups Projects
Commit e06d1899 authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

Update release.yml

parent 03489acb
No related branches found
No related tags found
No related merge requests found
release:
stage: deploy
tags:
- docker
image: $ACR_URL/node:12
script:
- echo "Release"
only:
refs:
# run only when new tag is published or changes pushed to master
- tags
- master
# release: # release:
# image: registry.gitlab.com/gitlab-org/release-cli # image: registry.gitlab.com/gitlab-org/release-cli
# stage: deploy # stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment