From a242feaafe8ad5eff78b0dda00d47ea618b50b35 Mon Sep 17 00:00:00 2001 From: kienvc <17985897+kienvc@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:07:30 +0700 Subject: [PATCH] Update updateManifest.sh --- ci/updateManifest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/updateManifest.sh b/ci/updateManifest.sh index 769030e..5a2b490 100644 --- a/ci/updateManifest.sh +++ b/ci/updateManifest.sh @@ -14,7 +14,7 @@ elif [ ${GITHUB_REF_NAME} = "develop" ] then echo 'This is dev branch' cd ${REPO_MANIFEST_ENV_DEV} -elif [ ${GITHUB_REF_NAME} = "feat" ] +elif [ ${GITHUB_REF_NAME} = "features" ] then echo 'This is feat branch' cd ${REPO_MANIFEST_ENV_FEAT} @@ -31,4 +31,4 @@ git config --global user.name "${GITHUB_ACTOR}" git config --global user.email "${GITHUB_ACTOR}@github.com" git add . git commit -m "Update image to ${CONTAINER_RELEASE_IMAGE}" -git push \ No newline at end of file +git push