Skip to content

Commit

Permalink
Makefile: fix test path.
Browse files Browse the repository at this point in the history
obs scripts are now in a new directory.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
  • Loading branch information
jcvenegas committed Jul 4, 2018
1 parent 122a8cc commit 9e93b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,4 +18,4 @@ test-static-build:
@make -f $(MK_DIR)/static-build/qemu/Makefile

test-packaging-tools:
@$(MK_DIR)/build_from_docker.sh
@$(MK_DIR)/obs-packaging/build_from_docker.sh
4 changes: 2 additions & 2 deletions obs-packaging/build_from_docker.sh
Expand Up @@ -28,9 +28,9 @@ export GO_ARCH=$(go env GOARCH)
sudo docker build \
--build-arg http_proxy="${http_proxy}" \
--build-arg https_proxy="${https_proxy}" \
-t $obs_image .
-t $obs_image ${script_dir}

pushd kata-containers-image/ >> /dev/null
pushd "${script_dir}/kata-containers-image/" >> /dev/null
./build_image.sh
popd >> /dev/null

Expand Down

0 comments on commit 9e93b51

Please sign in to comment.