From 19379f869912b7d99e34ae376912a3c34e29fc19 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 9 Aug 2016 17:39:16 +0200 Subject: [PATCH] Use "latest" as default branch --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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