Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
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
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
e5a052ca
Commit
e5a052ca
authored
3 years ago
by
Benedikt Wetzel
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.se.informatik.uni-kiel.de:she/theodolite into introduce-actionCommands
parents
b5057d49
e3154aa8
No related branches found
No related tags found
1 merge request
!201
Introduce action commands
Pipeline
#5621
failed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-3
7 additions, 3 deletions
.gitlab-ci.yml
with
7 additions
and
3 deletions
.gitlab-ci.yml
+
7
−
3
View file @
e5a052ca
include
:
-
template
:
'
Workflows/Branch-Pipelines.gitlab-ci.yml'
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS
&&
$CI_PIPELINE_SOURCE
==
"push"'
when
:
never
-
when
:
always
stages
:
-
build
...
...
@@ -231,7 +235,7 @@ deploy-uc4-load-generator:
.theodolite
:
image
:
name
:
ghcr.io/graalvm/native-image:java11-21.
1
.0
name
:
ghcr.io/graalvm/native-image:java11-21.
3
.0
entrypoint
:
[
"
"
]
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
...
...
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