Skip to content

Commit

Permalink
updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 22, 2025
1 parent e88db6f commit 77f8bda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
- image: cimg/base:2024.12
resource_class: small
steps:
- run: circleci update
# doesn't work
#- run: circleci update
- run: |
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/main/install.sh | bash
- checkout
#- setup_remote_docker:
# version: 20.10.11
Expand Down

0 comments on commit 77f8bda

Please sign in to comment.