From d17cc315bdbb2f5b1fcdab47260e694ddc20dacb Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 14 Nov 2023 14:39:56 +0100 Subject: [PATCH] Do not merge with this commit - Testing downstream build --- Makefile | 2 +- ci/downstream.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bb67bcc6..1fda00a4 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ units: install molecule: install molecule test -test-integration: upstream-test-integration downstream-test-integration +test-integration: downstream-test-integration test-sanity: upstream-test-sanity downstream-test-sanity diff --git a/ci/downstream.sh b/ci/downstream.sh index cadd140f..2b88f38c 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -226,7 +226,7 @@ f_test_integration_option() f_common_steps pushd "${_build_dir}" || return f_log_info "INTEGRATION TEST WD: ${PWD}" - make molecule + # make molecule popd || return f_cleanup }