aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-30 19:35:24 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-30 20:42:05 +0200
commit5489bc670b936ee7732154e62688f085adfd5af8 (patch)
tree8af71eba292d7ea095ad3ee961a98b5984a5f9d3 /.gitlab-ci.yml
parentPush site base image on CI. (diff)
Add CI build script.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e026ce6..fe86b32c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,13 @@
-build:
- image: docker
- tags: docker
+build base image:
+ image: docker:stable-git
+ script:
+ - sh scripts/deploy-ci.sh
+ tags:
+ - docker
only:
- master
- script:
- - scripts/deploy-ci.sh
+ - django
+ - django+add-gitlab-ci
lint:
image: pythondiscord/django-site-ci:latest