File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,27 +18,3 @@ build:
1818 - docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
1919 - docker build -t ${TAG} .
2020 - docker push ${TAG}
21-
22- # test.python:
23- # image: $TAG
24- # stage: test
25- # script:
26- # - python manage.py test --settings=gamecraft.settings_test
27-
28- test.nomad :
29- image : gitlab.twomeylee.name:7443/twomeylee/nomad-jobs:latest
30- stage : test
31- script :
32- - validate
33-
34- deploy_production :
35- image : gitlab.twomeylee.name:7443/twomeylee/nomad-jobs:latest
36- stage : deploy
37- environment :
38- name : production
39- url : http://codinggrace.twomeylee.name/
40- script :
41- - deploy
42- when : manual
43- only :
44- - master
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ raven==5.0.0
1717requests-oauthlib == 0.4.1
1818requests == 2.3.0
1919six == 1.7.2
20- static == 1.0.2
20+ static == 1.0.2
You can’t perform that action at this time.
0 commit comments