Loading .github/workflows/dockerpublish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ jobs: name: test-artifacts path: | log.log test_patch.patch *.patch test.sh +3 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,9 @@ rm $file # Creating a patch to fix test_config.yml dc config > test_config.yml git diff test_config.yml > test_patch.patch git add test_config.yml git commit -m "uncommited" git format-patch HEAD~1 [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading Loading
.github/workflows/dockerpublish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ jobs: name: test-artifacts path: | log.log test_patch.patch *.patch
test.sh +3 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,9 @@ rm $file # Creating a patch to fix test_config.yml dc config > test_config.yml git diff test_config.yml > test_patch.patch git add test_config.yml git commit -m "uncommited" git format-patch HEAD~1 [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading