From 768cd27422f7b55b56e519ba0dc50b6ba101ea31 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sun, 6 Dec 2020 20:36:08 +0000 Subject: [PATCH] updated teamcity_create_project_if_not_exists.sh --- teamcity_create_project_if_not_exists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamcity_create_project_if_not_exists.sh b/teamcity_create_project_if_not_exists.sh index 9fc1ba8f..2b0ac9b8 100755 --- a/teamcity_create_project_if_not_exists.sh +++ b/teamcity_create_project_if_not_exists.sh @@ -26,7 +26,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Creates a TeamCity project -If the named project already exists, skips creation and returns success exit code zero +Idempotent - if the named project already exists, skips creation and returns success exit code zero Uses the adjacent teamcity_api.sh