Skip to content

Commit

Permalink
Release 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Mar 15, 2020
1 parent ff2bfba commit 64d63be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-ci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
. "$(dirname $0)/utils.sh"

REL=5.1.3
REL=5.1.5
INSTALL_DIR=`pwd`/install
PACKAGE=`pwd`/swift-${REL}.tgz

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
. "$(dirname $0)/utils.sh"

REL=5.1.3
REL=5.1.5
INSTALL_DIR=`pwd`/install
PACKAGE=`pwd`/swift-${REL}_${ARCH}.tgz

Expand Down
2 changes: 1 addition & 1 deletion checkoutRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
. "$(dirname $0)/utils.sh"

BRANCH=swift-5.1-branch
TAG=swift-5.1.3-RELEASE
TAG=swift-5.1.5-RELEASE

echo "♻️ Resetting the repositories..."
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "[ -d '{}'/.git ] && echo ■ Cleaning '{}' && cd '{}' && git reset --hard HEAD && git clean -fd" \;
Expand Down

0 comments on commit 64d63be

Please sign in to comment.