Skip to content

Commit

Permalink
bump workflow elements and delete mesh setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarmine committed Aug 30, 2024
1 parent 4b90157 commit 83c4f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache Vagrant boxes
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
Expand Down
15 changes: 0 additions & 15 deletions roles/k8s_tools/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@
tags:
- istioctl

# Install meshctl
- name: Install meshctl
include_role:
name: custom_tools
apply:
tags:
- meshctl
public: no
vars:
name: meshctl
version: "{{ meshctl_version }}"
src_url: '{{ github_url }}/solo-io/gloo-mesh/releases/download/v%/meshctl-linux-amd64'
tags:
- meshctl

# Install kubelogin
- name: Install kubelogin
include_role:
Expand Down

0 comments on commit 83c4f31

Please sign in to comment.