We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562214c commit 2e79fc6Copy full SHA for 2e79fc6
‎.gitlab-ci.yml‎
@@ -1,13 +1,13 @@
1
variables:
2
CURRENT_STAGING: staging-32
3
APP: 'browser-sdk'
4
- CURRENT_CI_IMAGE: 86
+ CURRENT_CI_IMAGE: 87
5
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
6
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
7
GIT_REPOSITORY: '[email protected]:DataDog/browser-sdk.git'
8
MAIN_BRANCH: 'main'
9
NEXT_MAJOR_BRANCH: ''
10
- CHROME_PACKAGE_VERSION: 138.0.7204.49-1
+ CHROME_PACKAGE_VERSION: 139.0.7258.66-1
11
FF_TIMESTAMPS: 'true' # Enable timestamps for gitlab-ci logs
12
13
cache:
0 commit comments