Skip to content

Commit

Permalink
release-cc.sh: Run release tools instead of show the commando
Browse files Browse the repository at this point in the history
Intead of show the command to do the github release do it.

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Feb 7, 2018
1 parent af51e50 commit 43ef40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-tools/release-cc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function release(){
for repo in "${repos[@]}"; do
echo "Release ${repo}"
echo ${release_tool} --owner "${owner}" release --version "${clearcontainers_version}" "${repo}"
${release_tool} --owner "${owner}" release --version "${clearcontainers_version}" "${repo}"
done
}

Expand Down

0 comments on commit 43ef40d

Please sign in to comment.