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 03675b2 commit fa0df9dCopy full SHA for fa0df9d
.cirrus.yml
@@ -31,7 +31,7 @@ env: # Global defaults
31
# swap:
32
#
33
# ```
34
-# fallocate -l 16G /swapfile_ci && chmod 600 /swapfile_ci && mkswap /swapfile_ci && swapon /swapfile_ci && ( echo '/swapfile_ci none swap sw 0 0' | sudo tee -a /etc/fstab )
+# fallocate -l 16G /swapfile_ci && chmod 600 /swapfile_ci && mkswap /swapfile_ci && swapon /swapfile_ci && ( echo '/swapfile_ci none swap sw 0 0' | tee -a /etc/fstab )
35
36
37
# - To register the persistent worker, open a `screen` session and run:
0 commit comments