diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 591ccc8..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,5 +0,0 @@ - -python: - image: python:latest - script: - - time python ./python/sudoku.py $(shuf -n 10 sudoku.sdm)
\ No newline at end of file |