Right now, CIRRUS_SHELL can only contain the path to the shell executable, it cannot include any arguments after it. Therefore I cannot use something like:
env:
CIRRUS_SHELL: /bin/bash -l
to get bash to act as if it had been invoked as a login shell.
This is available in some of the other CI solutions:
Right now,
CIRRUS_SHELL
can only contain the path to the shell executable, it cannot include any arguments after it. Therefore I cannot use something like:to get
bash
to act as if it had been invoked as a login shell.This is available in some of the other CI solutions: