Skip to content

Commit 0c3e305

Browse files
removed not needed condition
Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent 967e3c8 commit 0c3e305

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

generator/build/run.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ elif [ -n "$BRANCH_NAME" ]; then
3030
BRANCH="$BRANCH_NAME"
3131
fi
3232

33-
if [-n "$LTS_VERSION"]; then
34-
LTS_VERSION=""
35-
fi
36-
3733
c=$(buildah from -v "$PWD":/nt docs-revamp-22)
3834
trap 'buildah run "$c" bash -c "sudo chown -R root:root /nt; sudo chmod -R a+rwX /nt"; buildah rm "$c" >/dev/null' EXIT
3935
buildah run "$c" bash -x documentation/generator/build/main.sh "$BRANCH" "$PACKAGE_JOB" "$PACKAGE_UPLOAD_DIRECTORY" "$PACKAGE_BUILD" "$LTS_VERSION"

0 commit comments

Comments
 (0)