locomotivecms/engine

View on GitHub
bin/ci/after_failure.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
for f in spec/dummy/tmp/screenshots/*.png ; do
  ls -la "$f"
  curl -F "file=@${f}" https://file.io ;
done