Skip to content

Commit d4b3a57

Browse files
committed
Remove nomad references
1 parent d511b0b commit d4b3a57

2 files changed

Lines changed: 1 addition & 25 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ raven==5.0.0
1717
requests-oauthlib==0.4.1
1818
requests==2.3.0
1919
six==1.7.2
20-
static==1.0.2
20+
static==1.0.2

0 commit comments

Comments
 (0)