We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816c77c commit f48bccaCopy full SHA for f48bcca
docker/install_swiftly.sh
@@ -21,7 +21,8 @@ apt-get install -y curl
21
curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz"
22
tar zxf "swiftly-$(uname -m).tar.gz"
23
./swiftly init --assume-yes
24
-. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh"
+disable=SC1091 # we're ok to not validate the swiftly script
25
+. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
26
hash -r
27
28
swiftly install 6.1.2 --assume-yes --use
0 commit comments