We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1bf6c commit a8f1a72Copy full SHA for a8f1a72
.circleci/orb/freegle-tests.yml
@@ -699,10 +699,7 @@ commands:
699
700
# Create coveralls config in container
701
echo "DEBUG: Creating .coveralls.yml in container..."
702
- docker exec freegle-apiv1 bash -c "cat > /var/www/iznik/.coveralls.yml << 'EOFCFG'
703
-coverage_clover: clover.xml
704
-service_name: circleci
705
-EOFCFG"
+ docker exec freegle-apiv1 bash -c "echo 'coverage_clover: clover.xml' > /var/www/iznik/.coveralls.yml && echo 'service_name: circleci' >> /var/www/iznik/.coveralls.yml"
706
707
# Run php-coveralls from within the container (which has PHP)
708
echo "DEBUG: Running php-coveralls in container..."
0 commit comments