diff --git a/README.md b/README.md index b49f690..5a4f894 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ check if a container needs rebuilding |-------------------------------------|-----------|-------- | `BASE` is more recent than `TARGET` | 0 | An update is needed | `TARGET` is more recent than `BASE` | 1 | No update is needed
(*the pipeline wil "fail" but that is wat we want* ) -| An error occured | 0 | So the pipeline can continue \ No newline at end of file +| An error occured | 0 | So the pipeline can continue diff --git a/check.sh b/check.sh index 05aab74..de44711 100644 --- a/check.sh +++ b/check.sh @@ -154,4 +154,4 @@ if [ "$BASE_TIMESTAMP" -le "$TARGET_TIMESTAMP" ]; then fi echo "$TARGET needs updating" -exit 0 \ No newline at end of file +exit 0