Skip to content

Commit

Permalink
MAINT: Updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-miller-LANL committed Dec 5, 2023
1 parent ce83839 commit e5d2a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ deploy:
# Override default permissions. Set group to rx with no write permissions.
- umask 0022
# Copy Conda package to AEA Conda Channel
- cp ${conda_artifacts_directory}/linux-64/tardigrade-hydra-*-*.tar.bz2 ${aea_conda_channel}/linux-64
- cp ${conda_artifacts_directory}/linux-64/tardigrade_hydra-*-*.tar.bz2 ${aea_conda_channel}/linux-64
# Change group for access by all W-13 staff and prevent accidental modification by institutional account in CI jobs
- chgrp w13users ${aea_conda_channel}/linux-64/tardigrade_hydra-*-*.tar.bz2 || true
- chmod 555 ${aea_conda_channel}/linux-64/tardigrade_hydra-*-*.tar.bz2 || true
Expand Down

0 comments on commit e5d2a36

Please sign in to comment.