Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
briar-reproducer
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
Model registry
Operate
Environments
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
briar
briar-reproducer
Merge requests
!14
Replace obsolete CI variable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Replace obsolete CI variable
update-ci-variables
into
master
Overview
4
Commits
3
Pipelines
3
Changes
2
Merged
akwizgran
requested to merge
update-ci-variables
into
master
1 year ago
Overview
4
Commits
3
Pipelines
3
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 2
abb9a256
1 year ago
version 1
ea4f66d6
1 year ago
master (base)
and
latest version
latest version
fae6a2d2
3 commits,
1 year ago
version 2
abb9a256
2 commits,
1 year ago
version 1
ea4f66d6
1 commit,
1 year ago
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -10,7 +10,7 @@ stages:
-
check
variables
:
TEST_IMAGE
:
briar/reproducer:${CI_
BUILD
_REF_NAME}
TEST_IMAGE
:
briar/reproducer:${CI_
COMMIT
_REF_NAME}
RELEASE_IMAGE
:
briar/reproducer:latest
TAG_IMAGE
:
briar/reproducer:${APP}-${RELEASE_TAG}
Loading