mirror of
https://github.com/luzifer-docker/awscli.git
synced 2024-11-08 18:30:01 +00:00
Switch back to using master as default branch
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6274869af2
commit
bdfce2128d
1 changed files with 4 additions and 4 deletions
8
build.sh
8
build.sh
|
@ -4,9 +4,9 @@ HOST_OS=$(uname -s)
|
||||||
|
|
||||||
### ---- ###
|
### ---- ###
|
||||||
|
|
||||||
echo "Switch back to latest"
|
echo "Switch back to master"
|
||||||
git checkout latest
|
git checkout master
|
||||||
git reset --hard origin/latest
|
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}"
|
commit -m "awscli ${AWSCLI_VERSION}"
|
||||||
git tag ${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
|
||||||
|
|
Loading…
Reference in a new issue