Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dash
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tests
dash
Merge requests
!924
Test release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test release
wip/test/fake
into
apertis/v2024dev3
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
requested to merge
wip/test/fake
into
apertis/v2024dev3
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
apertis/v2024dev3
apertis/v2024dev3 (base)
and
latest version
latest version
f0f906f7
2 commits,
1 year ago
2 files
+
21
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
debian/apertis/local-gitlab-ci.yml
0 → 100644
+
14
−
0
Options
hello
:
stage
:
test
tags
:
[
lightweight
]
image
:
$DOCKER_IMAGE
script
:
-
echo This is a local pipeline
-
ls
-
env --null | sort -z | tr '\0' '\n'
needs
:
-
pipeline
:
$PARENT_PIPELINE_ID
job
:
prepare-build-env
artifacts
:
true
rules
:
-
when
:
on_success
\ No newline at end of file
Loading