File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ lint-githubactions:
3737 actionlint
3838
3939lint-githubaction-scripts :
40+ shellcheck scripts/* .sh
4041 shellcheck .github/scripts/* .sh
4142
4243test : compile-node
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ pushd $DOCS_DIR
5151# download the docs
5252for doc in " ${DOC_LIST[@]} "
5353do
54- curl -L -o " $DOCS_DIR /$( basename $doc ) " $doc
54+ curl -L -o " $DOCS_DIR /$( basename " $doc " ) " " $doc "
5555done
5656
57- aws s3 sync $DOCS_DIR $S3_URI
57+ aws s3 sync $DOCS_DIR " $S3_URI "
5858# popd
5959rm -rf $DOCS_DIR
6060
6161# sync kb
62- aws bedrock-agent start-ingestion-job --knowledge-base-id $KB_ID --data-source-id $DS_ID
62+ aws bedrock-agent start-ingestion-job --knowledge-base-id " $KB_ID " --data-source-id " $DS_ID "
You can’t perform that action at this time.
0 commit comments