Skip to content

Commit

Permalink
v1.15.1 - ошибка установки + установка версии для QA
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Nov 11, 2024
1 parent 248f353 commit 1261c8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:

- name: Извлечение версии пакета
shell: bash
run: echo "##[set-output name=version;]`cat src/Модули/Константы_1bdd.os | grep "ВерсияПродукта\s*=" | sed 's|[^"]*"||' | sed -r 's/".+//'`"
# run: echo "##[set-output name=version;]`cat src/Модули/Константы_1bdd.os | grep "ВерсияПродукта\s*=" | sed 's|[^"]*"||' | sed -r 's/".+//'`"
run: echo "version=`cat packagedef | grep ".Версия(" | sed 's|[^"]*"||' | sed -r 's/".+//'`" >> $GITHUB_OUTPUT
id: extract_version

- name: Установка Sonar-scanner
Expand Down
3 changes: 1 addition & 2 deletions lib.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
<class name="ИсполнительБДД" file="src/bdd-exec.os"/>
<class name="ГенераторОтчетаJUnit" file="src/junit-report-gen.os"/>
<class name="ЧитательСтрокФайла" file="src/FileLineReader.os"/>
<module name="Константы_1bdd" file="src/Модули/Константы_1bdd.os"/>
</package-def>
</package-def>
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Описание.Имя("1bdd")
.Версия("1.15.0")
.Версия("1.15.1")
.ВерсияСреды("1.9.0")

.ЗависитОт("logos", "1.7.0")
Expand Down

0 comments on commit 1261c8a

Please sign in to comment.