ci: sync packages to python/spack_repo instead of spack_repo/ (#50589)

This commit is contained in:
Harmen Stoppels 2025-05-21 09:10:01 +02:00 committed by GitHub
parent f01a442ad4
commit 63c60c18c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
run: | run: |
cd spack-packages cd spack-packages
git-filter-repo --quiet --source ../spack \ git-filter-repo --quiet --source ../spack \
--subdirectory-filter var/spack/repos \ --path var/spack/repos/ --path-rename var/spack/repos/:python/ \
--path share/spack/gitlab/cloud_pipelines/ --path-rename share/spack/gitlab/cloud_pipelines/:.ci/gitlab/ \ --path share/spack/gitlab/cloud_pipelines/ --path-rename share/spack/gitlab/cloud_pipelines/:.ci/gitlab/ \
--refs develop --refs develop
- name: Push - name: Push