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 f23a142 commit 25e076eCopy full SHA for 25e076e
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
-# disable=SC1091 # we're ok to not validate the swiftly script
+# we're ok to not validate the swiftly script:
25
+# disable=SC1091
26
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
27
hash -r
28
0 commit comments