File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 label : ' DevStream Version'
2929 description : " To find out the version run: `dtm version`"
3030 options :
31- - < v0.10.0
32- - v0.10.0
31+ - < v0.10.3
32+ - v0.10.3
3333 - latest
3434 validations :
3535 required : true
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ pip3 install awscli
7373aws s3 cp $plugin_dir $STORAGE_URL_WITH_TAG --recursive --acl public-read
7474
7575# check if the number of plugins on s3 is correct
76- local_plugin_nums=$( ../.. /dtm list plugins | wc -l)
76+ local_plugin_nums=$( ./dtm list plugins | wc -l)
7777(( local_plugin_file_nums= local_plugin_nums* 6 ))
7878s3_plugin_file_total_nums=$( aws s3 ls download.devstream.io/" $tag " /| awk ' {print $NF}' | uniq| wc -l)
7979(( s3 _plugin_file_nums= s3 _plugin_file_total_nums- 3 ))
You can’t perform that action at this time.
0 commit comments