Skip to content

Commit

Permalink
try global export [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Jan 31, 2025
1 parent a41513c commit a33f74d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,8 @@ commands:
- run:
name: get chrome version
command: |
GOOGLE_CHROME_VERSION=$(node ./scripts/browser-versions.js << parameters.google-chrome-channel >>)
echo $GOOGLE_CHROME_VERSION
"export GOOGLE_CHROME_VERSION=$(node ./scripts/browser-versions.js << parameters.google-chrome-channel >>)" >> "$BASH_ENV"
source "$BASH_ENV"
- when:
condition:
not:
Expand All @@ -575,8 +575,8 @@ commands:
- run:
name: get chrome version
command: |
GOOGLE_CHROME_VERSION=<< parameters.google-chrome-version >>
echo $GOOGLE_CHROME_VERSION
"export GOOGLE_CHROME_VERSION=<< parameters.google-chrome-version >>" >> "$BASH_ENV"
source "$BASH_ENV"
- run: echo $GOOGLE_CHROME_VERSION
- browser-tools/install-chrome:
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
Expand Down

0 comments on commit a33f74d

Please sign in to comment.