Skip to content

Commit

Permalink
Merge pull request #1 from bitrise-steplib/open_vpn_bitrise_maintained
Browse files Browse the repository at this point in the history
[PLAT-506] Make Open-VPN step Bitrise maintained
  • Loading branch information
adborbas authored Oct 29, 2020
2 parents bf313db + 70b16b1 commit cbbfb01
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ description: |
You can easily retrieve the contents of Base64 with the following command.
`$ base64 <certificate or private key file path>`
website: https://github.com/justice3120/bitrise-step-open-vpn
source_code_url: https://github.com/justice3120/bitrise-step-open-vpn
support_url: https://github.com/justice3120/bitrise-step-open-vpn/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
website: https://github.com/bitrise-steplib/bitrise-step-open-vpn
source_code_url: https://github.com/bitrise-steplib/bitrise-step-open-vpn
support_url: https://github.com/bitrise-steplib/bitrise-step-open-vpn/issues

type_tags:
- access-control
Expand All @@ -29,11 +26,10 @@ run_if: ""

deps:
brew:
- name: openvpn
- name: openvpn
apt_get:
- name: openvpn
- name: net-tools

- name: openvpn
- name: net-tools

toolkit:
bash:
Expand Down

0 comments on commit cbbfb01

Please sign in to comment.