Skip to content

Commit

Permalink
Update templated files to rev 3451442 (#60)
Browse files Browse the repository at this point in the history
* Generated commit to update templated files based on rev 3451442 in stackabletech/operator-templating repo.

Original commit message:
Revert -Added an environment variable to disable lookups in log4j strings. (#32)- (#34)

This reverts commit 1c43a92fd5846264c113fe7955b805740482a288.

* Github Actions: Generated k8s manifest files

Co-authored-by: Stacky McStackface <[email protected]>
  • Loading branch information
stackable-bot and stackable-bot authored Dec 16, 2021
1 parent 284a588 commit 4b1d877
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_generate_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
with:
version: v3.6.2
- name: update manifests
env:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
if: env.NEXUS_PASSWORD != null
run: make generate-manifests
- name: Add & Commit
env:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
if: env.NEXUS_PASSWORD != null
uses: EndBug/add-and-commit@v7
with:
default_author: user_info
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
- staging
- trying
pull_request:

env:
Expand All @@ -32,9 +34,6 @@ jobs:
- uses: actions-rs/[email protected]
with:
command: test
- uses: actions-rs/[email protected]
with:
command: clean

rustfmt:
name: Run rustfmt
Expand Down Expand Up @@ -80,6 +79,7 @@ jobs:
toolchain: stable
components: clippy
override: true
- uses: Swatinem/[email protected]
# We need this due to: https://github.com/actions-rs/clippy-check/issues/2
- name: Check workflow permissions
id: check_permissions
Expand Down
10 changes: 10 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
status = [
'Run tests',
'Run rustfmt',
'Run rustdoc',
'Run clippy',
'Run cargo deny (bans licenses sources)'
]
delete_merged_branches = true
pr_status = [ 'license/cla' ]
timeout_sec = 7200

0 comments on commit 4b1d877

Please sign in to comment.