Skip to content

Commit

Permalink
disable use of ssh, for ci access
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Feb 25, 2022
1 parent 389c762 commit 81ccd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/projects.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ github = "illumos/illumos-gate"

[project.omnios-build]
github = "oxidecomputer/helios-omnios-build"
use_ssh = true
use_ssh = false
site_sh = true

[project.omnios-extra]
github = "oxidecomputer/helios-omnios-extra"
use_ssh = true
use_ssh = false
site_sh = true

0 comments on commit 81ccd97

Please sign in to comment.