Skip to content

Commit

Permalink
Merge pull request #20 from weecology/singularity-env
Browse files Browse the repository at this point in the history
Source token before singularity
  • Loading branch information
henrykironde authored Nov 20, 2024
2 parents 52a4cf5 + 2e247dd commit c449534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portal_dryrun_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
echo "INFO: [$(date "+%Y-%m-%d %H:%M:%S")] Starting Weekly Forecast on $(hostname) in $(pwd)"
cd /orange/ewhite/PortalForecasts/

source /blue/ewhite/hpc_maintenance/githubdeploytoken.txt

echo "INFO [$(date "+%Y-%m-%d %H:%M:%S")] Loading required modules"
source /etc/profile.d/modules.sh
module load git R singularity
Expand Down
2 changes: 2 additions & 0 deletions portal_weekly_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
echo "INFO: [$(date "+%Y-%m-%d %H:%M:%S")] Starting Weekly Forecast on $(hostname) in $(pwd)"
cd /orange/ewhite/PortalForecasts/

source /blue/ewhite/hpc_maintenance/githubdeploytoken.txt

echo "INFO [$(date "+%Y-%m-%d %H:%M:%S")] Loading required modules"
source /etc/profile.d/modules.sh
module load git R singularity
Expand Down

0 comments on commit c449534

Please sign in to comment.