Commit 826b801e authored by nimrod's avatar nimrod
Browse files

Remove test.py.

Was part of debugging the CI linter. Not useful anymore.
parent 6e565bdf
Loading
Loading
Loading
Loading

test.py

deleted100755 → 0
+0 −7
Original line number Diff line number Diff line
#!/usr/bin/env python3

import gitlab
import os

gl = gitlab.Gitlab(os.environ["CI_SERVER_URL"], job_token=os.environ["CI_JOB_TOKEN"])
gl.lint(open(".gitlab-ci.yml").read())