Skip to content

Commit a8db336

Browse files
committed
Rack awareness is candidate for merge
1 parent a39d09d commit a8db336

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prod-yolean.sh renamed to qa-yolean.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ function annotate {
2929
git checkout ${FROM}$START
3030
REVS="$START:$(git rev-parse --short ${FROM}$START)"
3131

32-
git checkout -b prod-yolean-$(date +"%Y%m%dT%H%M%S")
32+
git checkout -b qa-yolean-$(date +"%Y%m%dT%H%M%S")
3333

3434
for BRANCH in \
35+
multizone-rack-awareness \
3536
addon-storage-classes \
3637
rolling-update \
3738
addon-metrics \
3839
addon-kube-events-topic
3940
do
40-
git merge --no-ff ${FROM}$BRANCH -m "prod-yolean merge ${FROM}$BRANCH" && \
41+
git merge --no-ff ${FROM}$BRANCH -m "qa-yolean merge ${FROM}$BRANCH" && \
4142
REVS="$REVS $BRANCH:$(git rev-parse --short ${FROM}$BRANCH)"
4243
done
4344

0 commit comments

Comments
 (0)