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

Fixing tag activated package registration

parent c520611a
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,7 @@ register:
using Pkg;
Pkg.add("Registrator");
using Registrator.RegService;
RegService.main(
repo="https://git.nilu.no/julia/FACT_data_API_reader", # The repository of your package
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
)'
RegService.main(repo="https://git.nilu.no/julia/FACT_data_API_reader", branch="main", user=ENV["GITLAB_REGISTRY_USER"], token=ENV["GITLAB_REGISTRY_PASS"], registry="https://git.nilu.no/julia/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