fix azure pipeline script; remove mapping value
This commit is contained in:
parent
9fabd1ea01
commit
67bed283aa
@ -49,7 +49,6 @@ jobs:
|
|||||||
- script: make -j$(nproc) -C $(BuildType)
|
- script: make -j$(nproc) -C $(BuildType)
|
||||||
|
|
||||||
- script: make test -C $(BuildType)
|
- script: make test -C $(BuildType)
|
||||||
failOnStderr: true
|
|
||||||
|
|
||||||
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
artifact: ubuntu-$(BuildType)
|
artifact: ubuntu-$(BuildType)
|
||||||
|
Loading…
Reference in New Issue
Block a user