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 348eaef commit 43f9db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devops/nodo-integrationTest-st.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ stages:
steps:
- checkout: none
- script: |
sudo rm -rf $(artifactDownloadedPath)/*.tmp
sudo rm -rf $(artifactDownloadedPath)/*
sudo mkdir $(artifactDownloadedPath)
#sudo mkdir $(artifactDownloadedPath)
displayName: 'Create Folder to Download Pipeline Artifact'
- task: DownloadPipelineArtifact@2
Expand Down Expand Up @@ -130,6 +130,6 @@ stages:
#testRunTitle: Integration test Nodo $(Build.BuildNumber)
#failTaskOnFailedTests: true
- script: |
sudo rm -rf $(artifactDownloadedPath)
sudo rm -rf $(artifactDownloadedPath)/*
displayName: 'Agent Pool CleanUP'

0 comments on commit 43f9db6

Please sign in to comment.