mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
[macos] Cleanup xcversion leftovers (#7911)
This commit is contained in:
committed by
GitHub
parent
48a11cfadd
commit
dc38839721
1
.github/workflows/macos-generation.yml
vendored
1
.github/workflows/macos-generation.yml
vendored
@@ -138,7 +138,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PACKER_LOG: 1
|
PACKER_LOG: 1
|
||||||
PACKER_LOG_PATH: ${{ runner.temp }}/packer-log.txt
|
PACKER_LOG_PATH: ${{ runner.temp }}/packer-log.txt
|
||||||
XCVERSION_COOKIE_PATH: ${{ runner.temp }}/xcversion-cookie/cookie
|
|
||||||
|
|
||||||
- name: Prepare artifact
|
- name: Prepare artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -58,12 +58,6 @@ jobs:
|
|||||||
-VIPassword '$(vcenter-password-v2)' `
|
-VIPassword '$(vcenter-password-v2)' `
|
||||||
-Cluster "$(esxi-cluster-v2)"
|
-Cluster "$(esxi-cluster-v2)"
|
||||||
|
|
||||||
- task: DownloadSecureFile@1
|
|
||||||
name: xcVersionCookie
|
|
||||||
displayName: 'Download xcversion session cookie'
|
|
||||||
inputs:
|
|
||||||
secureFile: 'cookie'
|
|
||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
$SensitiveData = @(
|
$SensitiveData = @(
|
||||||
'IP address:',
|
'IP address:',
|
||||||
|
|||||||
Reference in New Issue
Block a user