Skip to content

chore(ci): remove ssh key from build

Jay McCure requested to merge jmc-remove-ssh into main

Description

The cli test job requires an SSH key, but it is only used in one test and in that test it is only being used for raw git commands that don't affect the test.

This MR removes the git commands from the test and the SSH key related gitlab-ci task. This will make it easier to run these pipelines from a private fork.

Related Issues

Related to #1355

How has this been tested?

This pipeline

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Jay McCure

Merge request reports