• Rémy Coutable's avatar
    Override CI_COMMIT_REF_SLUG for QA branches · 17756db8
    Rémy Coutable authored
    
    
    The `gitlab:assets:compile` job isn't run for the QA branches, thus
    there's no Docker image correspinding these branches in the registry.
    
    By overriding `CI_COMMIT_REF_SLUG` to `master` for QA branches, the
    `fetch-assets` job in the `omnibus-gitlab` pipeline will pull the
    `master` assets Docker image.
    
    Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
    17756db8