Skip to content
Snippets Groups Projects
Commit 361a7580 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files
parents 7913aa26 00b6c097
No related branches found
No related tags found
No related merge requests found
Pipeline #70137 passed
......@@ -4,3 +4,13 @@ test:
script:
- pip install -r testing_requirements.txt
- nosetests --with-coverage --cover-package=apiserver
publishgit-do:
image: python:3-slim
stage: build
tags: [stable]
script:
- apt-get update
- apt-get install -y git
- git remote set-url gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/datacatalog.git"
- git remote -v
- git push -u gith stable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment