Skip to content

Commit 8fcdf05

Browse files
committed
Try without unshare.
1 parent 1d1aade commit 8fcdf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ spec:
537537
cat /app/build-script.sh
538538
chmod +x /app/build-script.sh
539539
540-
./app/build-script.sh
540+
/app/build-script.sh
541541
542542
set +e
543543
kill $server_pid

0 commit comments

Comments
 (0)