From 4f7552de276a6a941b61a99e9ce16f730f4f5d21 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 8 Jul 2021 14:45:14 -0400 Subject: [PATCH] ceph-website*: Remove TODO The README isn't going to be updated all that often. It's not a big deal to run the job anyway. Signed-off-by: David Galloway --- ceph-website-prs/build/build | 1 - ceph-website/build/build | 1 - 2 files changed, 2 deletions(-) diff --git a/ceph-website-prs/build/build b/ceph-website-prs/build/build index 85923b23..51ec07a6 100755 --- a/ceph-website-prs/build/build +++ b/ceph-website-prs/build/build @@ -1,7 +1,6 @@ #!/bin/bash set -ex -## TODO: Check if only the src/ dir changed and `exit 0` if only the ceph.io.git README or something else inconsequential changed. env BRANCH=$(echo $GIT_BRANCH | sed 's:.*/::') diff --git a/ceph-website/build/build b/ceph-website/build/build index 3b8cc53e..d2af5f09 100755 --- a/ceph-website/build/build +++ b/ceph-website/build/build @@ -1,7 +1,6 @@ #!/bin/bash set -ex -## TODO: Check if only the src/ dir changed and `exit 0` if only the ceph.io.git README or something else inconsequential changed. env npm install -- 2.39.5