From ec31dbc83d817c2a9ebf6c11eef6317a80f332b5 Mon Sep 17 00:00:00 2001 From: Adam Borbas Date: Thu, 29 Oct 2020 10:03:43 +0100 Subject: [PATCH 1/2] [PLAT-506] Make Open-vpn step Bitrise maintained --- step.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/step.yml b/step.yml index d78e630..58265ac 100644 --- a/step.yml +++ b/step.yml @@ -12,9 +12,9 @@ description: | You can easily retrieve the contents of Base64 with the following command. `$ base64 ` -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 +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 host_os_tags: - osx-10.10 - ubuntu-16.04 @@ -29,11 +29,10 @@ run_if: "" deps: brew: - - name: openvpn + - name: openvpn apt_get: - - name: openvpn - - name: net-tools - + - name: openvpn + - name: net-tools toolkit: bash: From 70b16b15a3ec6b6f029bf406b549afe87ddb99b4 Mon Sep 17 00:00:00 2001 From: Adam Borbas Date: Thu, 29 Oct 2020 10:13:47 +0100 Subject: [PATCH 2/2] Remove unsued host_os_tags --- step.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/step.yml b/step.yml index 58265ac..a2f304d 100644 --- a/step.yml +++ b/step.yml @@ -15,9 +15,6 @@ description: | 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 -host_os_tags: - - osx-10.10 - - ubuntu-16.04 type_tags: - access-control