Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDT4242-group15
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Vegard Murvold Sporstøl
TDT4242-group15
Commits
c3cf19c4
Commit
c3cf19c4
authored
4 years ago
by
Irina Kera Gundersen
Browse files
Options
Downloads
Patches
Plain Diff
hello world
parent
2a5a0a97
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Merge new master to dev
,
!2
Uc 2
Pipeline
#112297
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-30
3 additions, 30 deletions
.gitlab-ci.yml
with
3 additions
and
30 deletions
.gitlab-ci.yml
+
3
−
30
View file @
c3cf19c4
image
:
docker:19.03.0
services
:
-
docker:19.03.0-dind
variables
:
DOCKER_DRIVER
:
overlay
DOCKER_HOST
:
tcp://docker:3000
DOCKER_TLS_CERTDIR
:
"
"
stages
:
-
build
before_script
:
-
docker info
docker_build
:
stage
:
build
script
:
-
apk add --no-cache curl
-
docker login -u _ -p $HEROKU_TOKEN registry.heroku.com
-
docker pull registry.heroku.com/secfit-group15/web ||
true
-
docker build
--cache-from registry.heroku.com/secfit-group15/web
--tag registry.heroku.com/secfit-group15/web
--file ./Dockerfile
"."
-
docker push registry.heroku.com/secfit-group15/web
job
:
script
:
-
echo "Hello world"
\ No newline at end of file
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