Skip to content

Commit

Permalink
feat: install k6 using asdf
Browse files Browse the repository at this point in the history
References #350
  • Loading branch information
smoyer64 committed Sep 10, 2022
1 parent ec1c8b8 commit 8a371f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/asdf/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

versions:
- { name: "direnv", version: "{{ direnv_version }}"}
- { name: "k6", version: "{{ k6_version }}"}
- { name: "kustomize", version: "{{ kustomize_version }}"}
1 change: 1 addition & 0 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ studio_build: 20210717-M17
#asdf managed tool versions
asdf_version: v0.10.2
direnv_version: latest
k6_version: latest
kustomize_version: latest

#BurpSuite
Expand Down

0 comments on commit 8a371f3

Please sign in to comment.