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

Fixing tag activated package registration

parent 219df662
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ variables:
register:
stage: register
script:
- apt-get update -y && apt-get install -y git # Install Git
- julia --project=. -e '
using Pkg;
Pkg.add("Registrator");
......
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