Skip to content

Commit

Permalink
Merge pull request #314 from cloud-barista/release-v0.0.15
Browse files Browse the repository at this point in the history
Change the tag version on the cb-network agent download script
  • Loading branch information
yunkon-kim authored Jul 5, 2022
2 parents 07dfcb8 + 13d037d commit 82523e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poc-cb-net/scripts/deploy-the-released-cb-network-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd ~/cb-network-agent


# Get the execution file of the cb-network agent
wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.14/agent-v0.0.14 -O agent
wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.15/agent-v0.0.15 -O agent
ls -al agent

# Change mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd ~/cb-network-agent


# Get the execution file of the cb-network agent
wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.14/agent-v0.0.14 -O agent
wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.15/agent-v0.0.15 -O agent
ls -al agent

# Change mode
Expand Down

0 comments on commit 82523e5

Please sign in to comment.