Skip to content

Commit

Permalink
add bitbucket apikey test; iterate on sshkey test
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Sep 13, 2021
1 parent 6cafd87 commit a00a5d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/mod/testdata/authd/apikeys/vendor__priv_bitbucket.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# hof mod vendor - with deps
exec hof mod vendor

-- cue.mods --
module github.com/test/priv-bitbucket

cue v0.4.0

require (
bitbucket.org/hofstadter/hofmod-test-priv-bitbucket v0.0.1
)
-- cue.mod/module.cue --
module: "github.com/test/priv-bitbucket"

-- dummy_end --
7 changes: 7 additions & 0 deletions lib/mod/testdata/authd/sshkey/vendor__priv_github.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# hof mod vendor - with deps

## setup auth
env GITHUB_TOKEN=""
exec ls -lh

## run cmd
exec hof mod vendor

-- sshkey --
$HOFGIT_SSHKEY
-- cue.mods --
module github.com/test/priv-github

Expand Down

0 comments on commit a00a5d2

Please sign in to comment.