-
- Downloads
Project 'smartdatalab/public/ci-cd-components/gitlab-ci' was moved to 'smartdatalab/public/ci-cd-tools/gitlab-ci'. Please update any links and bookmarks that may still have the old path.
fix: sanitize empty variable test expressions
rewrite all '$SOME_VAR' test expressions to '($SOME_VAR != null && $SOME_VAR != "")'
Please register or sign in to comment