Skip to content

Commit

Permalink
ci: use bash on validate
Browse files Browse the repository at this point in the history
  • Loading branch information
luissimas committed Apr 8, 2024
1 parent d1bf0e9 commit 9a5eb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags-ignore: ["*"]

jobs:
manifests:
validate-manifests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

# This script downloads the Flux OpenAPI schemas, then it validates the
# Flux custom resources and the kustomize overlays using kubeconform.
Expand Down

0 comments on commit 9a5eb4d

Please sign in to comment.