fix entrypoint in test by podman after usrmerge
This commit is contained in:
parent
4a434a443b
commit
3f4409b2c4
@ -110,7 +110,7 @@ jobs:
|
||||
id: test-script
|
||||
if: ${{ needs.build-process.outputs.test != '' }}
|
||||
continue-on-error: true
|
||||
run: podman run --rm --entrypoint=\"/bin/sh\" $URL/$IM:$BR -c \"$TEST\"
|
||||
run: podman run --rm --entrypoint=\"/usr/bin/sh\" $URL/$IM:$BR -c \"$TEST\"
|
||||
env:
|
||||
IM: ${{ needs.build-process.outputs.image }}
|
||||
BR: ${{ needs.build-process.outputs.branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user