Skip to content

Commit

Permalink
Refractoring cgroup-limit (#324)
Browse files Browse the repository at this point in the history
Removing the line from cgroup-limit that was enabling bash strict mode as
it was causing CI failures.
  • Loading branch information
nicrowe00 authored Dec 15, 2023
1 parent 91d4b85 commit bbbb4a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cgroup-limit/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail
IFS=$'\n\t'
set -x

runtime_id="$(../runtime-id)"
Expand Down

0 comments on commit bbbb4a1

Please sign in to comment.