From bdfce2128d8ceb5b0bf0024560ae37cd8b711962 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 6 Jan 2018 01:41:46 +0100 Subject: [PATCH] Switch back to using master as default branch Signed-off-by: Knut Ahlers --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index ee1b934..2d1c360 100755 --- a/build.sh +++ b/build.sh @@ -4,9 +4,9 @@ HOST_OS=$(uname -s) ### ---- ### -echo "Switch back to latest" -git checkout latest -git reset --hard origin/latest +echo "Switch back to master" +git checkout master +git reset --hard origin/master ### ---- ### @@ -56,4 +56,4 @@ git -c user.name='Travis Automated Update' -c user.email='travis@luzifer.io' \ commit -m "awscli ${AWSCLI_VERSION}" git tag ${AWSCLI_VERSION} -git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli latest --tags +git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli master --tags