From 20c3319321360b4da2e8254d2c742a5757b449f5 Mon Sep 17 00:00:00 2001 From: Mahdi Setayesh Date: Fri, 11 Aug 2023 22:39:24 -0700 Subject: [PATCH] Update build.sh --- .github/actions/smoke-test/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/smoke-test/build.sh b/.github/actions/smoke-test/build.sh index a331379..ea087ed 100755 --- a/.github/actions/smoke-test/build.sh +++ b/.github/actions/smoke-test/build.sh @@ -54,5 +54,5 @@ echo "Building Dev Container" ID_LABEL="test-container=${TEMPLATE_ID}" echo "I am up to here 1" echo "${SRC_DIR}" -devcontainer up --id-label ${ID_LABEL} --workspace-folder "${SRC_DIR}" --log-level debug --skip-post-create +devcontainer up --id-label ${ID_LABEL} --workspace-folder "${SRC_DIR}" echo "I am up to here 2"