This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 5f4aa10e Try verbose option for runner #757 5f4aa10e is described below commit 5f4aa10e47474e7e16d8bc43a2e0682badbdc0fe Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Jun 19 13:08:00 2023 -0400 Try verbose option for runner #757 --- karavan-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-runner/Dockerfile b/karavan-runner/Dockerfile index 4f5c63be..d04a31ba 100644 --- a/karavan-runner/Dockerfile +++ b/karavan-runner/Dockerfile @@ -6,7 +6,7 @@ ENV KARAVAN="/karavan" # ENV JBANG_DIR="$KARAVAN/.jbang" ENV KAMELETS_DIR="$KARAVAN/kamelets" ENV CODE_DIR="$KARAVAN/code" -# ENV CAMEL_DIR="$KARAVAN/camel" +ENV CAMEL_DIR="$KARAVAN/camel" RUN mkdir -p $KARAVAN \ # && mkdir -p $JBANG_REPO \