dev launch mode
This commit is contained in:
11
pull_stack.sh
Normal file
11
pull_stack.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
branch = "master"
|
||||
if [ -n "$1" ]; then
|
||||
branch = $1
|
||||
fi
|
||||
arr=("oc-catalog" "oc-datacenter" "oc-peer" "oc-scheduler" "oc-shared" "oc-workflow" "oc-workspace" "oc-auth" "oc-schedulerd" "oc-front")
|
||||
|
||||
for i in "${arr[@]}"
|
||||
do
|
||||
git pull origin $branch
|
||||
done
|
||||
Reference in New Issue
Block a user