diff --git a/build.sh b/build.sh index ce93aba..363d60f 100755 --- a/build.sh +++ b/build.sh @@ -4,9 +4,9 @@ HOST_OS=$(uname -s) ### ---- ### -echo "Switch back to master" -git checkout master -git reset --hard origin/master +echo "Switch back to latest" +git checkout latest +git reset --hard origin/latest ### ---- ### @@ -57,4 +57,4 @@ git -c user.name='travis' -c user.email='travis' \ git tag ${AWSCLI_VERSION} git tag -f latest -git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli master --tags +git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli latest --tags