]> git.ipfire.org Git - people/ms/nightly-builds.git/commitdiff
Drop unused line of code
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Nov 2017 22:50:08 +0000 (22:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Nov 2017 22:50:08 +0000 (22:50 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
build.sh

index 7d7cb9c3688f45917227afad0342392e25211a91..d7f4979d0ff285877a19c3c51fd8dd8e43f231a6 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -61,7 +61,6 @@ build() {
        # Checkout the latest commit
        git reset --hard "${commit_new}"
 
-       #local now="$(date -u +"%Y-%m-%d-%H:%M")"
        local now="$(git log --format="%ci" -1 "${commit_new}")"
 
        local targets="$(git config build.targets)"