Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Action for Flux CLI #498

Merged
merged 1 commit into from Nov 23, 2020
Merged

Add GitHub Action for Flux CLI #498

merged 1 commit into from Nov 23, 2020

Conversation

stefanprodan
Copy link
Member

This PR adds a GitHub Action for using Flux CLI in CI.

Example workflow:

name: e2e
on:
  push:
    branches:
      - '*'
jobs:
  kubernetes:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Setup Flux CLI
        uses: fluxcd/flux2/action@main
      - name: Setup Kubernetes Kind
        uses: engineerd/setup-kind@v0.5.0
      - name: Install Flux in Kubernetes Kind
        run: flux install

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added area/UX area/ci CI related issues and pull requests labels Nov 23, 2020
@stefanprodan stefanprodan merged commit 1b299fa into main Nov 23, 2020
@stefanprodan stefanprodan deleted the gh-action branch November 23, 2020 17:15
ybelleguic pushed a commit to ybelleguic/flux2 that referenced this pull request Jan 9, 2023
Update github.com/minio/minio-go to `v7.0.15`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants