Skip to content
Snippets Groups Projects
Commit 5c165817 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use CI variable for project name in Github CI

parent 578aee1c
No related branches found
No related tags found
1 merge request!113Better empty handling
......@@ -22,7 +22,7 @@ jobs:
- name: "Main Script"
run: |
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
. ./prepare-and-run-flake8.sh ./pyopencl ./test
. ./prepare-and-run-flake8.sh "$(basename $GITHUB_REPOSITORY)" ./test
pytest3:
name: Pytest on Py3
......
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