aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-08-07 15:09:08 +0100
committerGravatar Gareth Coles <[email protected]>2018-08-07 15:09:16 +0100
commitaf54db6c136138c66cf5ca72419989525a0baa5c (patch)
tree8519aeab8d45277c51797c7dc23aacf3b56ed1bb /.gitlab-ci.yml
parentA wizard is never late, nor is he early. (diff)
Initial project layout for django
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml108
1 files changed, 54 insertions, 54 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ea2b632..144260ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,44 +5,44 @@ variables:
RETHINKDB_HOST: rethinkdb
stages:
- - build
+# - build
- test
- - deploy
-
-build:
- before_script:
- - docker info
-
- image: docker:stable-git
-
- only:
- - master
-
- services:
- - docker:dind
-
- stage: build
-
- script:
- - sh scripts/deploy-ci.sh
-
- tags:
- - docker
-
- variables:
- DOCKER_DRIVER: overlay2
+# - deploy
+#
+#build:
+# before_script:
+# - docker info
+#
+# image: docker:stable-git
+#
+# only:
+# - master
+#
+# services:
+# - docker:dind
+#
+# stage: build
+#
+# script:
+# - sh scripts/deploy-ci.sh
+#
+# tags:
+# - docker
+#
+# variables:
+# DOCKER_DRIVER: overlay2
test:
tags:
- docker
stage: test
- services:
- - name: rabbitmq:3.7.5-alpine
- alias: rabbit
-
- - name: rethinkdb:2.3.6
- alias: rethinkdb
+# services:
+# - name: rabbitmq:3.7.5-alpine
+# alias: rabbit
+#
+# - name: rethinkdb:2.3.6
+# alias: rethinkdb
cache:
paths:
@@ -53,26 +53,26 @@ test:
- pipenv sync --dev
- pipenv run lint
- - pipenv run lintjs
- - pipenv run lintscss
-
- - pipenv run python gunicorn_config.py
- - pipenv run test
-
-deploy:
- tags:
- - docker
-
- only:
- - master
-
- services:
- - docker:dind
-
- stage: deploy
- script:
- - sh scripts/deploy.sh
-
- environment:
- name: Production
- url: https://pythondiscord.com
+# - pipenv run lintjs
+# - pipenv run lintscss
+#
+# - pipenv run python gunicorn_config.py
+# - pipenv run test
+#
+#deploy:
+# tags:
+# - docker
+#
+# only:
+# - master
+#
+# services:
+# - docker:dind
+#
+# stage: deploy
+# script:
+# - sh scripts/deploy.sh
+#
+# environment:
+# name: Production
+# url: https://pythondiscord.com