Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support global-workflow using Rocky 8 on CSPs #2998

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Merge branch 'NOAA-EMC:develop' into csps-rocky8

b337ef4
Select commit
Loading
Failed to load commit list.
Draft

Support global-workflow using Rocky 8 on CSPs #2998

Merge branch 'NOAA-EMC:develop' into csps-rocky8
b337ef4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ShellCheck failed Oct 10, 2024 in 7s

6 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors
  • 2 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 55 in env/AZUREPW.env

See this annotation in the file changed.

Code scanning / shellcheck

Remove spaces around = to assign. Error

Remove spaces around = to assign.

Check warning on line 55 in env/AZUREPW.env

See this annotation in the file changed.

Code scanning / shellcheck

This does not export 'APRUN_default'. Remove $/${} for that, or use ${var?} to quiet. Warning

This does not export 'APRUN_default'. Remove $/${} for that, or use ${var?} to quiet.

Check notice on line 55 in env/AZUREPW.env

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check failure on line 48 in env/GOOGLEPW.env

See this annotation in the file changed.

Code scanning / shellcheck

Remove spaces around = to assign. Error

Remove spaces around = to assign.

Check warning on line 48 in env/GOOGLEPW.env

See this annotation in the file changed.

Code scanning / shellcheck

This does not export 'APRUN_default'. Remove $/${} for that, or use ${var?} to quiet. Warning

This does not export 'APRUN_default'. Remove $/${} for that, or use ${var?} to quiet.

Check notice on line 48 in env/GOOGLEPW.env

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.