Skip to content

Commit 0da9567

Browse files
committed
create-deployment-spack.yml: Remove spack-packages clone as it is managed by spack
1 parent ae27874 commit 0da9567

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/create-deployment-spack.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ on:
1111
type: string
1212
required: true
1313
description: A version of spack
14-
spack-packages-version:
15-
type: string
16-
required: true
17-
default: main
18-
description: A version of ACCESS-NRI/spack-packages
1914
spack-config-version:
2015
type: string
2116
required: true
@@ -33,7 +28,7 @@ jobs:
3328
runs-on: ubuntu-latest
3429
steps:
3530
- run: |
36-
echo '::notice::url = `${{ inputs.spack-git-url }}`, spack version = `${{ inputs.spack-version }}`, spack-packages version = `${{ inputs.spack-packages-version }}`, spack-config version = `${{ inputs.spack-config-version }}`, deployment location = `${{ inputs.deployment-location }}`'
31+
echo '::notice::url = `${{ inputs.spack-git-url }}`, spack version = `${{ inputs.spack-version }}`, spack-config version = `${{ inputs.spack-config-version }}`, deployment location = `${{ inputs.deployment-location }}`'
3732
3833
create-spack:
3934
name: Spack
@@ -63,7 +58,6 @@ jobs:
6358
ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -i ${{ steps.ssh.outputs.private-key-path }} /bin/bash <<'EOT'
6459
mkdir ${{ env.ROOT_VERSION_LOCATION }} || exit $?
6560
git -C ${{ env.ROOT_VERSION_LOCATION }} clone -c feature.manyFiles=true ${{ inputs.spack-git-url }} --branch ${{ inputs.spack-version }} --single-branch --depth=1
66-
git -C ${{ env.ROOT_VERSION_LOCATION }} clone https://github.com/ACCESS-NRI/spack-packages.git --branch ${{ inputs.spack-packages-version }}
6761
git -C ${{ env.ROOT_VERSION_LOCATION }} clone https://github.com/ACCESS-NRI/spack-config.git --branch ${{ inputs.spack-config-version }}
6862
ln -s -r -v ${{ env.ROOT_VERSION_LOCATION }}/spack-config/v${{ steps.strip.outputs.version-dir }}/${{ vars.DEPLOYMENT_TARGET }}/* ${{ env.ROOT_VERSION_LOCATION }}/spack/etc/spack/
6963
mkdir ${{ env.ROOT_VERSION_LOCATION }}/release

0 commit comments

Comments
 (0)