Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-science-stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nick Bearson
docker-science-stack
Commits
86253094
There was a problem fetching the pipeline summary.
Commit
86253094
authored
8 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
basic CI to make sure we build successfully
parent
2011f944
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
21
−
0
View file @
86253094
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment