Skip to content
Snippets Groups Projects
Verified Commit 996d7b9c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Do not register

parent 22a98527
No related branches found
No related tags found
No related merge requests found
......@@ -67,19 +67,19 @@ docs:
- main
- tags
register:
image: docker.km3net.de/base/julia:1.8
stage: deploy
script:
- |
julia --project=. -e '
using Pkg
Pkg.update()
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))
Pkg.add("LocalRegistry")
using LocalRegistry
register(KM3io; registry="KM3NeT", create_gitlab_mr=true)
'
only:
variables:
- $CI_COMMIT_TAG =~ /^v\d+.\d+.\d+-?.*$/
#register:
# image: docker.km3net.de/base/julia:1.8
# stage: deploy
# script:
# - |
# julia --project=. -e '
# using Pkg
# Pkg.update()
# Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))
# Pkg.add("LocalRegistry")
# using LocalRegistry
# register(KM3io; registry="KM3NeT", create_gitlab_mr=true)
# '
# only:
# variables:
# - $CI_COMMIT_TAG =~ /^v\d+.\d+.\d+-?.*$/
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