syntax Issue in gh actions build

This commit is contained in:
2022-05-18 22:10:32 +02:00
parent 9ace64832a
commit 12024df4d8
2 changed files with 6 additions and 9 deletions

View File

@@ -11,11 +11,7 @@ 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 }}

View File

@@ -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