fix path
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- task: DeleteFiles@1
|
- task: DeleteFiles@1
|
||||||
displayName: Clean up self-hosted machine
|
displayName: Clean up self-hosted machine
|
||||||
inputs:
|
inputs:
|
||||||
SourceFolder: 'image-generation/packer/provision/log/'
|
SourceFolder: 'images/macos/provision/log/'
|
||||||
RemoveSourceFolder: true
|
RemoveSourceFolder: true
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
-var="xcode_install_password=$(xcode-installation-password)" \
|
-var="xcode_install_password=$(xcode-installation-password)" \
|
||||||
-color=false \
|
-color=false \
|
||||||
${{ parameters.template_path }}
|
${{ parameters.template_path }}
|
||||||
workingDirectory: 'image-generation/packer'
|
workingDirectory: 'images/macos'
|
||||||
displayName: Build image
|
displayName: Build image
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
|
|||||||
Reference in New Issue
Block a user