Skip to content

Commit

Permalink
Fix merge conflict in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Jul 3, 2022
1 parent ef96285 commit 2acd0b2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ jobs:
steps:
- checkout
- run: choco install make
<<<<<<< HEAD
=======
- run: choco install golang --version 1.17
>>>>>>> 5fd066b (Bump go version to 1.17)
- run: make test

integration:
Expand All @@ -82,10 +79,7 @@ jobs:
- checkout
- run: choco install make
- run: choco install curl
<<<<<<< HEAD
=======
- run: choco install golang --version 1.17
>>>>>>> 5fd066b (Bump go version to 1.17)
- run: Invoke-WebRequest -Uri "https://github.com/commander-cli/commander/releases/download/v2.4.0/commander-darwin-amd64" -OutFile "C:\Windows\system32\commander.exe"
- run: make integration-windows

Expand Down

0 comments on commit 2acd0b2

Please sign in to comment.