Skip to content
Snippets Groups Projects
Commit 86253094 authored by Nick Bearson's avatar Nick Bearson
Browse files

basic CI to make sure we build successfully

parent 2011f944
Branches
No related tags found
No related merge requests found
Pipeline #
# see: https://about.gitlab.com/2016/05/23/gitlab-container-registry/
# for now we can also add deploy
# for now, just build
image: docker:latest
stages:
- build
- deploy
build:
stage: build
script:
- docker build -t docker-science-stack .
deploy:
stage: deploy
script:
- echo "DEPLOY PLACEHOLDER"
# - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.example.com
# - docker push registry.example.com/my-group/my-project:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment