Skip to content

Commit

Permalink
Merge pull request #121 from hermitkim1/change-the-default-branch-in-…
Browse files Browse the repository at this point in the history
…scripts

Change the default branch to run and build cb-network in scripts
  • Loading branch information
hermitkim1 authored Jun 29, 2021
2 parents 19b141f + f97179f commit 0dea8d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions poc-cb-net/scripts/build-and-run-agent-in-the-background.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ echo "Step 2-1: Download cb-network source code"

cd ~

# master branch in upstream
# git clone master https://github.com/cloud-barista/cb-larva.git
# main branch in upstream
git clone https://github.com/cloud-barista/cb-larva.git
# develop branch in upstream
# git clone -b develop https://github.com/cloud-barista/cb-larva.git
# (for development) A specific branch in forked repo
git clone -b release-0.0.4 https://github.com/cloud-barista/cb-larva.git
# git clone -b xxxxx https://github.com/cloud-barista/cb-larva.git


echo "Step 2-2: Build the cb-network agent"
Expand Down
6 changes: 3 additions & 3 deletions poc-cb-net/scripts/build-and-run-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ echo "Step 2-1: Download cb-network source code"

cd ~

# master branch in upstream
# git clone master https://github.com/cloud-barista/cb-larva.git
# main branch in upstream
git clone https://github.com/cloud-barista/cb-larva.git
# develop branch in upstream
# git clone -b develop https://github.com/cloud-barista/cb-larva.git
# (for development) A specific branch in forked repo
git clone -b develop https://github.com/cloud-barista/cb-larva.git
# git clone -b xxxxx https://github.com/cloud-barista/cb-larva.git


echo "Step 2-2: Build the cb-network agent"
Expand Down

0 comments on commit 0dea8d7

Please sign in to comment.