Skip to content

Commit 2e76879

Browse files
committed
gitlab...
1 parent a4408ec commit 2e76879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ section_start mount "Show runner mounts"
7878
mount
7979
# Currently gitlab has some runners with noexec/nodev,
8080
# This can be removed if we have more stable runners.
81-
mount -o remount,exec,dev /builds
81+
mount -o remount,exec,dev /builds || true
8282
section_end mount
8383

8484
section_start check_cgroup_v1 "Checking for cgroup v1 availability"

0 commit comments

Comments
 (0)