Skip to content

Commit

Permalink
empty more vars in 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 4a6707b commit 132b89d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/mod/testdata/authd/sshkey/vendor__priv_all.txt
@@ -1,7 +1,11 @@
# hof mod vendor - with deps

## setup auth
## blankout token vars for this test
env GITHUB_TOKEN=""
env GITLAB_TOKEN=""
env BITBUCKET_TOKEN=""

## setup default sshkey auth
mkdir $HOME/.ssh
exec bash -c 'echo $HOFGIT_SSHKEY > $HOME/.ssh/id_rsa'

Expand Down

0 comments on commit 132b89d

Please sign in to comment.