mirror of
https://github.com/vbondarevsky/Connector.git
synced 2024-11-28 08:58:44 +02:00
Fix sonar-scanner
This commit is contained in:
parent
7192392d4c
commit
9ba367cb60
2
.github/workflows/sonar-scanner.yml
vendored
2
.github/workflows/sonar-scanner.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: nixel2007/branch-name@v3
|
||||
- name: Extract version
|
||||
shell: bash
|
||||
run: echo "##[set-output name=version;]` cat ./Connector/src/CommonModules/КоннекторHTTP/Ext/Module.bsl | grep -oP '(?<=Версия:.)[\d|.]*'`"
|
||||
run: echo "##[set-output name=version;]` cat ./src/CommonModules/КоннекторHTTP/Ext/Module.bsl | grep -oP '(?<=Версия:.)[\d|.]*'`"
|
||||
id: extract_version
|
||||
|
||||
- name: Run SonarCloud Scan on push
|
||||
|
Loading…
Reference in New Issue
Block a user