From b48e845c52c433af7c17e530b1ffd7321b6e53c7 Mon Sep 17 00:00:00 2001 From: Xiao Chen Date: Thu, 30 May 2024 15:12:14 -0400 Subject: [PATCH] disable projen for blueprint-builder --- packages/blueprints/blueprint-builder/static-assets/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/blueprints/blueprint-builder/static-assets/release.sh b/packages/blueprints/blueprint-builder/static-assets/release.sh index 0ffc9706f..db4b52fcf 100644 --- a/packages/blueprints/blueprint-builder/static-assets/release.sh +++ b/packages/blueprints/blueprint-builder/static-assets/release.sh @@ -1,6 +1,7 @@ # This script is used by the blueprint-release workflow to build # the blueprint, bump its package version, and commit the version # bump back into the repository. +export PROJEN_DISABLE_POST=1 set -euo pipefail echo "Installing dependencies..." yum install -y rsync