Skip to content

Move auth commands in CI to script

Duncan Macleod requested to merge duncanmmacleod/conda:auth-script into testing

This MR refactors the authorisation commands out of the CI configuration into a new scripts/auth.sh bash script, which is now directly executed from the CI config. This is principally to simplify ignoring a failure from that script, which seems to be happening a lot these days (I think since the kerberos KDC is at LLO which is having issues after the hurricane?).

Merge request reports