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 8eca93c commit 3f55448
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .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
artifactDownloadedPath: /agent/_work/nrt
destinationFolderExtractArtifact: /nodo/extracted


Expand Down Expand Up @@ -81,8 +81,9 @@ stages:
- checkout: none
- script: |
#sudo mkdir $(artifactDownloadedPath)
sudo rm -rf $(artifactDownloadedPath)
sudo mkdir $(artifactDownloadedPath)
sudo chown -R 777 $(artifactDownloadedPath)
displayName: 'Create Folder to Download Pipeline Artifact'
- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit 3f55448

Please sign in to comment.