We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2bfba commit 64d63beCopy full SHA for 64d63be
build-ci.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
. "$(dirname $0)/utils.sh"
3
4
-REL=5.1.3
+REL=5.1.5
5
INSTALL_DIR=`pwd`/install
6
PACKAGE=`pwd`/swift-${REL}.tgz
7
build.sh
PACKAGE=`pwd`/swift-${REL}_${ARCH}.tgz
checkoutRelease.sh
@@ -2,7 +2,7 @@
BRANCH=swift-5.1-branch
-TAG=swift-5.1.3-RELEASE
+TAG=swift-5.1.5-RELEASE
echo "♻️ Resetting the repositories..."
8
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "[ -d '{}'/.git ] && echo ■ Cleaning '{}' && cd '{}' && git reset --hard HEAD && git clean -fd" \;
0 commit comments