Skip to content

Commit

Permalink
Uses storage classes for our prod
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 28, 2017
1 parent 98635cc commit 364c9b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion prod-yolean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ git fetch
git checkout origin/kafka-011
git checkout -b prod-yolean-$(date +"%Y%m%dT%H%M%S")

for BRANCH in addon-metrics addon-rest addon-kube-events-topic
for BRANCH in \
addon-storage-classes \
addon-metrics \
addon-rest \
addon-kube-events-topic
do
git merge --no-ff $BRANCH -m "prod-yolean merge $BRANCH"
done

0 comments on commit 364c9b7

Please sign in to comment.