Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore: slim verify bash matches full
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 21, 2021
1 parent 889ad4d commit 3465d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ commands:
steps:
- run:
command: |
SFDX_CLI_VERSION="$(docker run -it --rm $DOCKER_IMAGE:$TAG bin/bash -c 'sfdx --version')"
JAVA_VERSION="$(docker run -it --rm $DOCKER_IMAGE:$TAG bin/bash -c 'java --version | head -n 1')"
SFDX_CLI_VERSION="$(docker run -it --rm $DOCKER_IMAGE:$TAG bash -c 'sfdx --version')"
JAVA_VERSION="$(docker run -it --rm $DOCKER_IMAGE:$TAG bash -c 'java --version | head -n 1')"
if [[ ((`echo $SFDX_CLI_VERSION | grep -c "sfdx-cli/"` > 0))]]
then
echo "sfdx-cli installed -" $SFDX_CLI_VERSION
Expand Down

0 comments on commit 3465d21

Please sign in to comment.