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

Update .gitlab-ci.yml

parent 92987cf2
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,11 @@ register package:
# Remove credentials from Package.toml files
- find /tmp/registry -name 'Package.toml' -exec sed -i 's|https://.*@|https://|g' {} \;
# Push changes to the registry
- |
cd /tmp/registry
git push https://gitlab-ci-token:$REGISTRY_TOKEN@git.nilu.no/julia/registry.git main
# Stage and commit sanitized changes
- |
cd /tmp/registry
......
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