Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wave QC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSUG
RESIF
Wave QC
Merge requests
!174
Resolve "Setting a release tag/commit during sentry initialization"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Setting a release tag/commit during sentry initialization"
188-setting-a-release-tag-commit-during-sentry-initialization
into
main
Overview
0
Commits
12
Pipelines
12
Changes
2
Merged
Simon Panay
requested to merge
188-setting-a-release-tag-commit-during-sentry-initialization
into
main
1 year ago
Overview
0
Commits
12
Pipelines
12
Changes
2
Expand
Closes
#188 (closed)
0
0
Merge request reports
Viewing commit
3b0e62b3
Prev
Next
Show latest version
2 files
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3b0e62b3
sentry : maybe there is no need to define SENTRY_RELEASE with ENV docker command. ARG may be enough
· 3b0e62b3
Simon Panay
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -127,7 +127,7 @@ image-job:
-
test-job
-
typecheck-job
variables
:
BUILD_ARGS
:
--layers -f Dockerfile --cache-to $CI_REGISTRY_IMAGE/layers --cache-from $CI_REGISTRY_IMAGE/layers --build-arg
revision
=$CI_COMMIT_SHA
BUILD_ARGS
:
--layers -f Dockerfile --cache-to $CI_REGISTRY_IMAGE/layers --cache-from $CI_REGISTRY_IMAGE/layers --build-arg
SENTRY_RELEASE
=$CI_COMMIT_SHA
BUILDAH_FORMAT
:
docker
STORAGE_DRIVER
:
vfs
Loading