Skip to content

Commit

Permalink
Allow environments named dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Feb 6, 2025
1 parent 6750904 commit dccfa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ main() {
RUBIN_ENV_VERSION=$LSST_SPLENV_REF
fi

if [[ $RUBIN_ENV_VERSION == *dev ]]; then
if [[ "$RUBIN_ENV_VERSION" == *dev* ]]; then
RUBIN_ENV_CONDA_CHANNELS="nodefaults conda-forge/label/rubin-env_dev conda-forge"
fi
LSST_CONDA_CHANNELS=${LSST_CONDA_CHANNELS:-"${RUBIN_ENV_CONDA_CHANNELS}"}
Expand Down

0 comments on commit dccfa63

Please sign in to comment.