Skip to content

Commit

Permalink
create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jun 20, 2020
1 parent 4460e01 commit ae6cf6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ stages:
artifactName: 'backend'
downloadPath: $(System.DefaultWorkingDirectory)/backend
- script: |
ls -al $(System.DefaultWorkingDirectory)
ls -al $(System.DefaultWorkingDirectory)/frontend
mkdir -p $(System.DefaultWorkingDirectory)/frontend/build
mv $(System.DefaultWorkingDirectory)/frontend-build/* $(System.DefaultWorkingDirectory)/frontend/build
ls -al $(System.DefaultWorkingDirectory)/frontend/build
- task: Docker@2
inputs:
containerRegistry: 'dockerHub'
Expand Down

0 comments on commit ae6cf6f

Please sign in to comment.