Skip to content

Commit

Permalink
Remove validation
Browse files Browse the repository at this point in the history
  • Loading branch information
marboledacci committed Dec 16, 2024
1 parent 39402c2 commit 3aa5be4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
version: <<parameters.version>>
override: <<parameters.override>>
- checkout
- run:
name: Verify version
command: |
export "PATH=$PATH:~/bin"
if [ <<parameters.version>> = "latest" ]; then
JQ_VERSION=$(wget -q --server-response -O /dev/null "https://github.com/jqlang/jq/releases/latest" 2>&1 | awk '/^ Location: /{print $2}' | sed 's:.*/::')
else
JQ_VERSION=<<parameters.version>>
fi
jq --version | grep $JQ_VERSION
workflows:
integration_tests-prod_deploy:
jobs:
Expand Down

0 comments on commit 3aa5be4

Please sign in to comment.