Skip to content

Commit

Permalink
fix: remove -d in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Oct 19, 2023
1 parent c76ff73 commit 8692cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@ jobs:
command: |
PIP_BREAK_SYSTEM_PACKAGES=1 pip install --user --upgrade requests || PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install --user --upgrade requests
python scripts/install-snyk.py --base_url=<< parameters.cli_download_base_url >> $(cat binary-releases/version) || python3 scripts/install-snyk.py --base_url=<< parameters.cli_download_base_url >> $(cat binary-releases/version)
SNYK_TOKEN=${TEST_SNYK_TOKEN} ./snyk whoami --experimental -d
SNYK_TOKEN=${TEST_SNYK_TOKEN} ./snyk woof -d
SNYK_TOKEN=${TEST_SNYK_TOKEN} ./snyk whoami --experimental
SNYK_TOKEN=${TEST_SNYK_TOKEN} ./snyk woof
release-s3:
executor: docker-amd64
Expand Down

0 comments on commit 8692cdb

Please sign in to comment.