Merge pull request #6847 from keymanapp/fix/common/trigger-builds-stable

fix(common): trigger builds correctly for stable builds
This commit is contained in:
Marc Durdin 2022-07-02 05:51:47 +10:00 committed by GitHub
commit 378e1a341d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ function triggerTeamCityBuild() {
local GIT_OID=`git rev-parse HEAD`
local TEAMCITY_SERVER=https://build.palaso.org
local command="<build $TEAMCITY_BRANCH_NAME><buildType id='$TEAMCITY_BUILDTYPE' /><lastChanges><change vcsRootInstance='$TEAMCITY_VCS_ID' locator='version:$GIT_OID,buildType:(id:$TEAMCITY_BUILDTYPE)'/></lastChanges></build>"
local command="<build $TEAMCITY_BRANCH_NAME><buildType id='$TEAMCITY_BUILDTYPE' /><lastChanges><change vcsRootInstance='$TEAMCITY_VCS_ID' locator='version:$GIT_OID'/></lastChanges></build>"
echo "TeamCity Build Command: $command"
# adjust indentation for output of curl