Skip to content

Commit

Permalink
Remove unneeded &&
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Sep 20, 2024
1 parent 54a5900 commit c98b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bugbug-train backout --limit 30000 --no-download
# Then spin the http service up
# This part duplicates the http service Dockerfiles because we cannot easily spin Docker containers
# up on Taskcluster
cp VERSION http_service/VERSION &&
cp VERSION http_service/VERSION
pip install --disable-pip-version-check --quiet --no-cache-dir ./http_service

export REDIS_URL=redis://localhost:6379/4
Expand Down

0 comments on commit c98b707

Please sign in to comment.