Skip to content

Commit

Permalink
Revert "Configure more"
Browse files Browse the repository at this point in the history
This reverts commit 1298887.
  • Loading branch information
philippemnoel committed Sep 7, 2024
1 parent 1298887 commit d8d2039
Show file tree
Hide file tree
Showing 47 changed files with 1,358 additions and 2,217 deletions.
5 changes: 3 additions & 2 deletions .github/actions/deploy-operator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ runs:
steps:
- name: Deploy the operator
shell: bash
run: helm dependency update charts/cloudnative-pg
run:
helm dependency update charts/cloudnative-pg

helm upgrade
--install
--install
--namespace cnpg-system
--create-namespace
--wait
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: linter
on:
push:
branches:
- "**"
- "!gh-pages"
- '**'
- '!gh-pages'
pull_request:
branches-ignore:
- "gh-pages"
- 'gh-pages'

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-cluster-chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tests-cluster-chainsaw
on:
pull_request:
branches-ignore:
- "gh-pages"
- 'gh-pages'

jobs:
test-cluster-standalone:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tests-operator
on:
pull_request:
branches-ignore:
- "gh-pages"
- 'gh-pages'

jobs:
deploy_operator:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ charts/**/charts/*.tgz
*.swp
*.swo
*~

# macOS
.DS_Store
4 changes: 0 additions & 4 deletions .markdownlint.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .pre-commit-config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

127 changes: 0 additions & 127 deletions CODE_OF_CONDUCT.md

This file was deleted.

39 changes: 0 additions & 39 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit d8d2039

Please sign in to comment.