This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 530291c207 ISIS-2445: remove outdated env var from script
530291c207 is described below
commit 530291c2076bc021a7f4931ac45ac0ba31c67e74
Author: Andi Huber <[email protected]>
AuthorDate: Fri Dec 2 14:25:32 2022 +0100
ISIS-2445: remove outdated env var from script
---
scripts/ci/_print-environment.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/ci/_print-environment.sh b/scripts/ci/_print-environment.sh
index de08ff3786..b8fcee591e 100644
--- a/scripts/ci/_print-environment.sh
+++ b/scripts/ci/_print-environment.sh
@@ -23,8 +23,6 @@ echo "\$REVISION = ${REVISION}"
echo "\$PROJECT_ROOT_PATH = ${PROJECT_ROOT_PATH}"
echo "\$MVN_STAGES = ${MVN_STAGES}"
echo "\$MVN_ADDITIONAL_OPTS = ${MVN_ADDITIONAL_OPTS}"
-echo "- Nightly Builds:"
-echo "\$NIGHTLY_ROOT_PATH = ${NIGHTLY_ROOT_PATH}"
echo "- GitHub:"
echo "\$GH_DEPLOY_OWNER = ${GH_DEPLOY_OWNER}"
echo "\$GITHUB_REPOSITORY = ${GITHUB_REPOSITORY}"