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 a4408ec commit 2e76879Copy full SHA for 2e76879
gitlab/integration.sh
@@ -78,7 +78,7 @@ section_start mount "Show runner mounts"
78
mount
79
# Currently gitlab has some runners with noexec/nodev,
80
# This can be removed if we have more stable runners.
81
-mount -o remount,exec,dev /builds
+mount -o remount,exec,dev /builds || true
82
section_end mount
83
84
section_start check_cgroup_v1 "Checking for cgroup v1 availability"
0 commit comments