Update .gitlab-ci.yml

This commit is contained in:
Phil Kunz 2016-06-02 11:37:23 +00:00
parent c587638b90
commit c8db76b050

View File

@ -11,7 +11,7 @@ variables:
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:latest
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
- npmci prepare docker
test:
stage: test
@ -25,8 +25,6 @@ test:
release:
stage: release
before_script:
- docker login -u philkunz -p $DOCKER_PASSWORD
script:
- docker version
- docker build -t hosttoday/ht-docker-node:latest .