mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45:54 +00:00
syntax Issue in gh actions build
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -11,19 +11,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Get project version
|
- run: echo "project_version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
||||||
id: step_one
|
|
||||||
run: |
|
|
||||||
version=$(git describe --tags --abbrev=0)
|
|
||||||
echo "project_version=$version" >> $GITHUB_ENV
|
|
||||||
- uses: sonarsource/sonarqube-scan-action@master
|
- uses: sonarsource/sonarqube-scan-action@master
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
-Dsonar.projectVersion=${{ env.project_version }}
|
-Dsonar.projectVersion=${{ env.project_version }}
|
||||||
-Dsonar.python.version=3.10
|
-Dsonar.python.version=3.10
|
||||||
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
||||||
# following lines. This would typically be used to fail a deployment.
|
# following lines. This would typically be used to fail a deployment.
|
||||||
- uses: sonarsource/sonarqube-quality-gate-action@master
|
- uses: sonarsource/sonarqube-quality-gate-action@master
|
||||||
|
@@ -8,3 +8,4 @@ tqdm
|
|||||||
xgboost
|
xgboost
|
||||||
graphviz
|
graphviz
|
||||||
Wodt @ git+ssh://git@github.com/doctorado-ml/Wodt.git#egg=Wodt
|
Wodt @ git+ssh://git@github.com/doctorado-ml/Wodt.git#egg=Wodt
|
||||||
|
unittest-xml-reporting
|
||||||
|
Reference in New Issue
Block a user