accidentally running stack.sh ...
This commit is contained in:
parent
81881ec89f
commit
0c0089576a
1 changed files with 2 additions and 2 deletions
|
@ -176,9 +176,9 @@ cd devstack
|
||||||
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
|
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
|
||||||
git fetch
|
git fetch
|
||||||
git checkout $GIT_COMMIT
|
git checkout $GIT_COMMIT
|
||||||
cat > localrc <<EOF
|
cat > localrc <<LOCAL_EOF
|
||||||
`cat $TOP_DIR/localrc`
|
`cat $TOP_DIR/localrc`
|
||||||
EOF
|
LOCAL_EOF
|
||||||
./stack.sh
|
./stack.sh
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue