mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
ci: fix 'crit.sh: 3: source: not found'
Jenkins test runs are failing with: ./test/jenkins/run_ct ./test/jenkins/crit.sh ./test/jenkins/crit.sh: 3: source: not found Switch to bash which has 'source'. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
e936a0f8ad
commit
dd0e66149f
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
mount --make-rslave /
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
unshare --mount --pid --fork -- $(readlink -f `dirname $0`/_run_ct) "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user