Skip to content
Snippets Groups Projects
Commit b1b45ede authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix gitlab CI

parent 29b070d1
No related branches found
No related tags found
1 merge request!46Add kratos container
Pipeline #8954 passed with stages
in 3 minutes and 48 seconds
......@@ -42,6 +42,7 @@ login_provider:
- .gitlab-ci.yml
# Build kratos image
kratos:
stage: build
needs: []
variables:
......@@ -188,5 +189,5 @@ pylint-lint:
image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME}
script:
- echo "Reverting back to master to squash commits"
- git reset --soft master
# - git reset --soft master
- git lint
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