Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit cb32922

Browse files
Using instead of backticks
1 parent 671f683 commit cb32922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- run:
124124
name: "Prepare workflow environment variables"
125125
command: |
126-
export SELENIUM_VERSION=`cat Base/Dockerfile | grep selenium-server | sed 's/.*-\([^-]*\)\.jar \\/\1/' | head -n 1`
126+
export SELENIUM_VERSION=$(grep selenium-server Base/Dockerfile | sed 's/.*-\([^-]*\)\.jar \\/\1/' | head -n 1)
127127
echo "Prepare workflow environment variables"
128128
echo 'export BRANCH="$SELENIUM_VERSION"' >> $BASH_ENV
129129
echo 'export GITHUB_REPO="$CIRCLE_PROJECT_REPONAME"' >> $BASH_ENV

0 commit comments

Comments
 (0)