Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdt4242-base
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Kristoffer Håkon Håkonsen
tdt4242-base
Commits
f9e9149e
Commit
f9e9149e
authored
4 years ago
by
Pernille Welle-Watne
Browse files
Options
Downloads
Patches
Plain Diff
new day new oppurtunities
parent
62c05351
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#110936
failed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
f9e9149e
variables
:
HEROKU_APP_NAME
:
tdt4242-base
HEROKU_REGISTRY_IMAGE
:
registry.heroku.com/${HEROKU_APP_NAME}/web
image
:
docker:stable
services
:
-
docker:dind
stages
:
-
test
-
build_and_deploy
...
...
@@ -21,6 +16,9 @@ test:
-
python manage.py test
build_and_deploy
:
image
:
docker:stable
services
:
-
docker:dind
stage
:
build_and_deploy
script
:
-
apk add --no-cache curl
...
...
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