We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d09d commit a8db336Copy full SHA for a8db336
prod-yolean.sh renamed to qa-yolean.sh
@@ -29,15 +29,16 @@ function annotate {
29
git checkout ${FROM}$START
30
REVS="$START:$(git rev-parse --short ${FROM}$START)"
31
32
-git checkout -b prod-yolean-$(date +"%Y%m%dT%H%M%S")
+git checkout -b qa-yolean-$(date +"%Y%m%dT%H%M%S")
33
34
for BRANCH in \
35
+ multizone-rack-awareness \
36
addon-storage-classes \
37
rolling-update \
38
addon-metrics \
39
addon-kube-events-topic
40
do
- 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" && \
42
REVS="$REVS $BRANCH:$(git rev-parse --short ${FROM}$BRANCH)"
43
done
44
0 commit comments