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 bb14e3a commit c0117a0Copy full SHA for c0117a0
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