diff options
author | 2019-03-28 21:45:31 -0700 | |
---|---|---|
committer | 2019-03-28 21:45:31 -0700 | |
commit | 5f131b63c412c6f987523393935bc4fe8706c749 (patch) | |
tree | 43bbe8efb277cd2b509e34bc3b9b1403d3ef595f | |
parent | Merge pull request #15 from python-discord/refactor/restructure (diff) |
Remove GitLab CI config
-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 |