Skip to content

Commit

Permalink
Force symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 16, 2024
1 parent cc90248 commit 18862bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
source ${{ env.DEPLOYMENT_LOCATION }}/bin/deactivate
# TODO: Uncomment below line - just keeping environment for debugging
# rm -r ${{ vars.ENVIRONMENT_DIR }}/${{ env.NAME }}-${{ env.VERSION }}.tar.gz
ln -s ${{ vars.MODULE_DIR }}/modules/conda/.common ${{ vars.MODULE_DIR }}/modules/conda/${{ env.NAME }}-${{ env.VERSION }}
ln -sf ${{ vars.MODULE_DIR }}/modules/conda/.common ${{ vars.MODULE_DIR }}/modules/conda/${{ env.NAME }}-${{ env.VERSION }}
EOT
- name: Create Release
Expand Down

0 comments on commit 18862bc

Please sign in to comment.