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 667e478 commit bc821e8Copy full SHA for bc821e8
.circleci/src/pipeline/@pipeline.yml
@@ -17,7 +17,7 @@ ubuntu-2004-current: &ubuntu-2004-current ubuntu-2004:2024.11.1
17
ubuntu-2004-older: &ubuntu-2004-older ubuntu-2004:2024.05.1
18
19
orbs:
20
- browser-tools: circleci/browser-tools@2.1.1
+ browser-tools: circleci/browser-tools@2.3.1
21
22
defaults: &defaults
23
parallelism: 1
@@ -563,6 +563,7 @@ commands:
563
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
564
channel: << parameters.google-chrome-channel >>
565
chrome_version: << parameters.google-chrome-version >>
566
+ replace_existing: true
567
- when:
568
condition:
569
equal: [ 'beta', << parameters.google-chrome-channel>> ]
0 commit comments