Skip to content

Commit

Permalink
Fixed the paths to config file
Browse files Browse the repository at this point in the history
Signed-off-by: nsednev <[email protected]>
  • Loading branch information
nsednev committed Sep 24, 2024
1 parent 6995955 commit 0eeaa65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ffi/common/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ prepare_images() {
# This is a work around and it should not be used constantly.
if [ -d /run/ostree ]; then
exec_cmd "mkdir -p /var/qm/tmp.dir"
exec_cmd "mkdir -p /etc/containers/containers.conf.d"
exec_cmd "echo -e '[engine]\nimage_copy_tmp_dir=\"/var/qm/tmp.dir\"' > /etc/containers/containers.conf.d/qm_image_tmp_dir.conf"
exec_cmd "mkdir -p /etc/qm/containers/containers.conf.d"
exec_cmd "echo -e '[engine]\nimage_copy_tmp_dir=\"/var/tmp.dir\"' > /etc/qm/containers/containers.conf.d/qm_image_tmp_dir.conf"
fi

exec_cmd "podman pull quay.io/centos-sig-automotive/ffi-tools:latest"
Expand Down

0 comments on commit 0eeaa65

Please sign in to comment.