mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
* chore(ci): updating branch reference from master to develop(HEAD) (#384) Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io> Co-authored-by: sai chaithanya <sai.chaithanya@mayadata.io>
This commit is contained in:
parent
95428184cc
commit
9d2966057a
22 changed files with 73 additions and 73 deletions
|
|
@ -72,7 +72,7 @@ fi
|
|||
# set the tag CI (fixed) and build tags.
|
||||
BUILD_TAG="${CURRENT_BRANCH}-${BUILD_ID}"
|
||||
CI_TAG="${CURRENT_BRANCH}-ci"
|
||||
if [ ${CURRENT_BRANCH} = "master" ]; then
|
||||
if [ ${CURRENT_BRANCH} = "develop" ]; then
|
||||
CI_TAG="ci"
|
||||
fi
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ then
|
|||
# Push CI tagged image - :ci or :branch-ci
|
||||
TagAndPushImage "${DIMAGE}" "${CI_TAG}"
|
||||
|
||||
# Push unique tagged image - :master-<uuid> or :branch-<uuid>
|
||||
# Push unique tagged image - :develop-<uuid> or :branch-<uuid>
|
||||
# This unique/build image will be pushed to corresponding ci repo.
|
||||
TagAndPushImage "${DIMAGE}-ci" "${BUILD_TAG}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue