Skip to content

Commit

Permalink
Merge pull request #73 from fluxcd/use-central-ghactions
Browse files Browse the repository at this point in the history
Remove local actions and use those from pkg
  • Loading branch information
stefanprodan authored Jul 25, 2020
2 parents 95b2003 + 14be048 commit ee37194
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 92 deletions.
6 changes: 0 additions & 6 deletions .github/actions/kubebuilder/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .github/actions/kubebuilder/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/kubebuilder/entrypoint.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .github/actions/kubectl/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .github/actions/kubectl/action.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/actions/kubectl/entrypoint.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .github/actions/kustomize/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .github/actions/kustomize/action.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/actions/kustomize/entrypoint.sh

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.3.0
- name: Setup Kustomize
uses: ./.github/actions/kustomize
uses: fluxcd/pkg//actions/kustomize@master
- name: Setup Kubebuilder
uses: ./.github/actions/kubebuilder
uses: fluxcd/pkg//actions/kubebuilder@master
- name: Setup Kubectl
uses: ./.github/actions/kubectl
uses: fluxcd/pkg/actions/kubectl@master
- name: Run tests
run: make test
env:
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
kubectl -n kustomize-system get kustomizations -oyaml
kubectl -n kustomize-system get all
kubectl -n kustomize-system logs deploy/source-controller
kubectl -n kustomize-system logs deploy/kustomize-controller
kubectl -n kustomize-system logs deploy/kustomize-controller
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Kustomize
uses: ./.github/actions/kustomize
uses: fluxcd/pkg/actions/kustomize@master
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit ee37194

Please sign in to comment.