Skip to content
Snippets Groups Projects
Commit 3df79729 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixing tag activated package registration

parent b29c5eca
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,7 @@ register:
branch="main", # The branch you want to register from
user=ENV["GITLAB_REGISTRY_USER"], # Username from GitLab CI/CD environment variable
token=ENV["GITLAB_REGISTRY_PASS"], # Access token from GitLab CI/CD environment variable
registry="https://git.nilu.no/julia/registry" # URL of your GitLab-hosted registry
)'
registry="https://git.nilu.no/julia/registry")' # URL of your GitLab-hosted registry
only:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment