Skip to content

Commit

Permalink
Fix Circle config (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
roopakv authored Aug 6, 2020
1 parent 0307de0 commit cdada37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build_and_check_circle_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:
if [[ "<< parameters.install-circle-cli >>" == "true" ]]; then
if [[ "<< parameters.circle-cli-version >>" != "latest" ]]; then
export VERSION="<< parameters.circle-cli-version >>";
if
fi
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | sudo bash
else
circleci >/dev/null 2>&1 || { echo >&2 "No Circle CI CLI. Either pre-install or chaneg swissknife params"; exit 1; }
Expand Down

0 comments on commit cdada37

Please sign in to comment.