Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI-CD Components for gradle Applications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ub-unibas
CI
CI-CD Components for gradle Applications
Commits
02908a79
Verified
Commit
02908a79
authored
8 months ago
by
Sebastian Schüpbach
Browse files
Options
Downloads
Patches
Plain Diff
build: add docker image test
parent
528745c7
No related branches found
No related tags found
No related merge requests found
Pipeline
#139925
passed
8 months ago
Stage: test
Stage: publish
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-1
10 additions, 1 deletion
.gitlab-ci.yml
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
1
View file @
02908a79
...
...
@@ -31,6 +31,15 @@ include:
inputs
:
stage
:
test
app_root
:
"
app"
-
component
:
$CI_SERVER_FQDN/ub-unibas/ci/docker-components/publish-image@main
inputs
:
stage
:
test
publish-image
:
extends
:
.publish-image
variables
:
IMAGE_TAG
:
hello-world:latest
needs
:
[
"
build"
]
check-description
:
stage
:
test
...
...
@@ -57,7 +66,7 @@ check-default-component:
stage
:
test
image
:
busybox
script
:
-
ls templates/*-default.yml || (echo "Please add a default component
named <repo>-default.yml, e.g
gradle-default.yml" && exit 1)
-
ls templates/*-default.yml || (echo "Please add a default component
templates/
gradle-default.yml" && exit 1)
check-job-names
:
stage
:
test
...
...
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