ci(github): do not define @{att} globally during re-attached tests.
This commit is contained in:
parent
2e79406127
commit
6f4fada5e5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -45,6 +45,7 @@ jobs:
|
|||
if [[ ${{ matrix.os }} == ubuntu-24.04 ]] && [[ ${{ matrix.mode }} == default ]]; then
|
||||
# Test with Re-attach disconnected path
|
||||
sed -e 's;// builder.Register("attach");builder.Register("attach");' -i pkg/prebuild/cli/cli.go
|
||||
sed -e '/@{att}/d' -i apparmor.d/tunables/multiarch.d/system
|
||||
fi
|
||||
bash dists/build.sh dpkg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue