Skip to content

Commit

Permalink
Update updateManifest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvc authored Dec 24, 2024
1 parent 095f85b commit a242fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/updateManifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
git push

0 comments on commit a242fea

Please sign in to comment.