-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix ci: test test test fix test fix
- Loading branch information
Showing
18 changed files
with
46 additions
and
2,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,34 @@ on: | |
push: | ||
branches: | ||
- main | ||
- oleg/one-pod-sqli | ||
- unstable | ||
|
||
jobs: | ||
packages: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
||
- name: Setup Git | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Bright Security" | ||
- name: Release packages | ||
uses: helm/[email protected] | ||
- name: Change name to unstable | ||
if: ${{ github.ref == 'refs/heads/unstable' }} | ||
run: | | ||
sed -i 's/brokencrystals/brokencrystals-unstable/g' ./charts/brokencrystals/Chart.yaml | ||
sed -i 's/brkn/brkn-unstbl/g' ./charts/brokencrystals/Chart.yaml | ||
- name: Change values to development | ||
if: ${{ github.ref == 'refs/heads/unstable' }} | ||
run: | | ||
sed -i 's/^ main:.*/ main: unstable/' ./charts/brokencrystals/values.yaml | ||
sed -i 's/^ client:.*/ client: unstable/' ./charts/brokencrystals/values.yaml | ||
- name: Release packages main | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
CR_SKIP_EXISTING: true | ||
CR_SKIP_EXISTING: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
charts/brokencrystals-unstable/templates/config-keycloak-postgres.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.