Loading .github/workflows/dockerpublish.yml +6 −1 Original line number Diff line number Diff line Loading @@ -20,3 +20,8 @@ jobs: with: name: logs path: log.log - uses: actions/upload-artifact@v1 if: failure() with: name: logs path: config.yml No newline at end of file test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ test () test dc config -q file=$(mktemp) && dc config > $file 2>$log_file && test diff test_config.yml $file && rm $file file=config.yml && dc config > $file 2>$log_file && test diff test_config.yml $file # && rm $file [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading
.github/workflows/dockerpublish.yml +6 −1 Original line number Diff line number Diff line Loading @@ -20,3 +20,8 @@ jobs: with: name: logs path: log.log - uses: actions/upload-artifact@v1 if: failure() with: name: logs path: config.yml No newline at end of file
test.sh +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ test () test dc config -q file=$(mktemp) && dc config > $file 2>$log_file && test diff test_config.yml $file && rm $file file=config.yml && dc config > $file 2>$log_file && test diff test_config.yml $file # && rm $file [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1