diff options
-rw-r--r-- | .gitlab-ci.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2dc9608..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,26 +0,0 @@ -image: pythondiscord/snekbox-ci:latest - -variables: - PIPENV_CACHE_DIR: "$CI_PROJECT_DIR/pipenv-cache" - -cache: - paths: - - "$CI_PROJECT_DIR/pipenv-cache" - - "$CI_PROJECT_DIR/.venv" - -services: - - docker:dind - -stages: - - build - -build: - tags: - - docker - - pythondiscord - stage: build - script: - - pipenv install --dev --deploy - - pipenv run lint - - pipenv run test - - sh scripts/deploy.sh |