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

Commit

Permalink
fix: validated circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 23, 2021
1 parent 7754983 commit eb20bf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ parameters:

commands:
verify-slim-dependencies:
name: Verify Slim Dependencies
steps:
- command: |
SFDX_CLI_VERSION="$(docker run -it --rm $DOCKER_IMAGE:$TAG bash -c 'sfdx --version')"
Expand All @@ -38,7 +37,6 @@ commands:
exit 1
fi
verify-full-dependencies:
name: Verify Core Dependencies
steps:
- command: |
NODE_VERSION="$(docker run -it --rm $DOCKER_IMAGE:$TAG bash -c 'node -v')"
Expand Down

0 comments on commit eb20bf3

Please sign in to comment.