Skip to content

Commit

Permalink
Remove nomad references
Browse files Browse the repository at this point in the history
  • Loading branch information
micktwomey committed Jul 18, 2018
1 parent d511b0b commit d4b3a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,3 @@ build:
- docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
- docker build -t ${TAG} .
- docker push ${TAG}

# test.python:
# image: $TAG
# stage: test
# script:
# - python manage.py test --settings=gamecraft.settings_test

test.nomad:
image: gitlab.twomeylee.name:7443/twomeylee/nomad-jobs:latest
stage: test
script:
- validate

deploy_production:
image: gitlab.twomeylee.name:7443/twomeylee/nomad-jobs:latest
stage: deploy
environment:
name: production
url: http://codinggrace.twomeylee.name/
script:
- deploy
when: manual
only:
- master
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ raven==5.0.0
requests-oauthlib==0.4.1
requests==2.3.0
six==1.7.2
static==1.0.2
static==1.0.2

0 comments on commit d4b3a57

Please sign in to comment.