diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-08-06 09:40:05 -0400 |
---|---|---|
committer | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-08-06 09:40:05 -0400 |
commit | d9ecabf82c935a0f2f1f741f8efe31f232a601fa (patch) | |
tree | e0ed53aaf45d2e904d01629c7b4e53ca3ef8ed16 | |
parent | da3eea00a3f00354b74c2ff49f8b1b4827eb3e8c (diff) | |
download | sudoku-d9ecabf82c935a0f2f1f741f8efe31f232a601fa.tar.gz sudoku-d9ecabf82c935a0f2f1f741f8efe31f232a601fa.tar.bz2 |
remove unused gitlab config file
-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 |