diff --git a/packages/@aws-cdk/cli-lib-alpha/generate.sh b/packages/@aws-cdk/cli-lib-alpha/generate.sh deleted file mode 100755 index e5ea04d12acd8..0000000000000 --- a/packages/@aws-cdk/cli-lib-alpha/generate.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -set -euo pipefail - -commit=${CODEBUILD_RESOLVED_SOURCE_VERSION:-} -# CODEBUILD_RESOLVED_SOURCE_VERSION is not defined (i.e. local build or CodePipeline build), -# use the HEAD commit hash -if [ -z "${commit}" ]; then - commit="$(git rev-parse --verify HEAD)" -fi - -cat > build-info.json </dev/null 2>/dev/null build-info.json <