Skip to content

Commit

Permalink
Merge pull request #5879 from solidusio/revert-installer-ci-logs
Browse files Browse the repository at this point in the history
Remove logs from CI
  • Loading branch information
tvdeyen authored Oct 18, 2024
2 parents b07465b + 449222c commit 2f05527
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ commands:
cd <<parameters.app_root>>
unset RAILS_ENV # avoid doing everything on the test environment
bin/rails server -p 3000 &
wget --no-verbose --output-document output.html --tries=30 --retry-connrefused "http://localhost:3000<<parameters.path>>"
cat output.html
grep "<<parameters.expected_text>>" output.html
wget --quiet --output-document - --tries=30 --retry-connrefused "http://localhost:3000<<parameters.path>>" | grep "<<parameters.expected_text>>"
echo "Exited with $?"
kill $(cat "tmp/pids/server.pid")
Expand Down

0 comments on commit 2f05527

Please sign in to comment.