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 2af698b commit 968425dCopy full SHA for 968425d
tools/setup-ci-artifacts.sh
@@ -12,7 +12,7 @@ say "Setup CI artifacts"
12
cd build/img/$(uname -m)
13
14
say "Fix executable permissions"
15
-find "firecracker" -type f |xargs chmod -c 755
+find "firecracker" -type f |xargs chmod -c 755 || true
16
17
say "Generate SSH key to connect from host"
18
if [ ! -s id_rsa ]; then
0 commit comments