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 22a314a commit 98635ccCopy full SHA for 98635cc
prod-yolean.sh
@@ -6,7 +6,7 @@ git fetch
6
git checkout origin/kafka-011
7
git checkout -b prod-yolean-$(date +"%Y%m%dT%H%M%S")
8
9
-for BRANCH in addon-rest addon-kube-events-topic
+for BRANCH in addon-metrics addon-rest addon-kube-events-topic
10
do
11
git merge --no-ff $BRANCH -m "prod-yolean merge $BRANCH"
12
done
0 commit comments