Skip to content

Commit

Permalink
Update nodo-integrationTest-st.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sasorrentino committed Jul 15, 2022
1 parent f6a7da9 commit e9bbc96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devops/nodo-integrationTest-st.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:

variables:
artifactName: TestSuite
artifactDownloadedPath: /agent/_work/1/nodo
artifactDownloadedPath: /agent/_work/1



Expand Down Expand Up @@ -80,6 +80,7 @@ stages:
- checkout: none
- script: |
sudo mkdir $(artifactDownloadedPath)
sudo rm -Rf /agent/_work/1/nodo/34e91b6d-98d0-464a-863a-670483357abb.tmp
displayName: 'Create Folder to Download Pipeline Artifact'
- task: DownloadPipelineArtifact@2
inputs:
Expand Down

0 comments on commit e9bbc96

Please sign in to comment.