We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ab950 commit 9bf3773Copy full SHA for 9bf3773
.github/workflows/undeploy-1-start.yml
@@ -68,6 +68,11 @@ jobs:
68
id: undeploy
69
run: |
70
ssh ${{ secrets.USER}}@${{ secrets.HOST }} -i ${{ steps.ssh.outputs.private-key-path }} /bin/bash <<'EOT'
71
+
72
+ # Export vars.DEPLOYMENT_TARGET
73
+ export DEPLOYMENT_TARGET="${{ vars.DEPLOYMENT_TARGET }}"
74
+ echo "DEPLOYMENT_TARGET exported as $DEPLOYMENT_TARGET"
75
76
. ${{ steps.path.outputs.spack-config }}/spack-enable.bash
77
envs=$(find ${{ steps.path.outputs.spack }}/../environments -type d -name '${{ inputs.version-pattern }}' -printf '%f ')
78
0 commit comments