зеркало из https://github.com/Azure/ARO-RP.git
Merge pull request #354 from jim-minter/nobuilddrop
remove BUILDDROP variable
This commit is contained in:
Коммит
93ea2c2a28
|
@ -30,7 +30,7 @@ jobs:
|
|||
rpImageACR: $(RP_IMAGE_ACR)
|
||||
- script: |
|
||||
cd ${{ variables.modulePath }}
|
||||
./hack/deploy/copy_artifacts.sh
|
||||
cp -a --parents aro "$(Build.ArtifactStagingDirectory)"
|
||||
displayName: 'Copy artifacts'
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Publish Artifacts'
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
[[ -z "${BUILDDROP}" ]] && (echo "BUILDDROP is not set"; exit 1)
|
||||
cp -a --parents \
|
||||
aro \
|
||||
$BUILDDROP/
|
Загрузка…
Ссылка в новой задаче