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 e9bbc96 commit 7386a97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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/nodo



Expand Down Expand Up @@ -79,8 +79,9 @@ stages:
steps:
- checkout: none
- script: |
sudo rm -rf $(artifactDownloadedPath)
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 Expand Up @@ -127,6 +128,6 @@ stages:
#testRunTitle: Integration test Nodo $(Build.BuildNumber)
#failTaskOnFailedTests: true
- script: |
sudo rm -Rf $(artifactDownloadedPath)
ls -la $(artifactDownloadedPath)
sudo rm -rf $(artifactDownloadedPath)
displayName: 'Agent Pool CleanUP'

0 comments on commit 7386a97

Please sign in to comment.