From 0a6f76f0c8f23ea44429c13fe2d5d705b8d72139 Mon Sep 17 00:00:00 2001 From: Kapil Gupta <111856426+mw-kapilg@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:51:35 +0530 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86aedac3..b25342f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,12 +11,12 @@ jobs: - run: command: | mkdir matlabCommandArtifacts - echo '

HTML Links

HTML links are defined with the a tag:

This is a link' > matlabCommandArtifacts/myfile.txt - cd matlabCommandArtifacts - ls - cat myfile.txt + echo '

HTML Links

HTML links are defined with the a tag:

This is a link' > matlabCommandArtifacts/myfile.html + # cd matlabCommandArtifacts + # ls + # cat myfile.html - store_artifacts: - path: matlabCommandArtifacts/myfile.txt + path: matlabCommandArtifacts/ # - matlab/run-tests: # source-folder: code # select-by-folder: tests