Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
msetbar committed Aug 12, 2023
1 parent 294d820 commit 20c3319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/smoke-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 20c3319

Please sign in to comment.