Skip to content

Commit

Permalink
let's see what's in the environment
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
  • Loading branch information
phisco committed Apr 20, 2024
1 parent 9d7047d commit 950fbb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ env:
jobs:
renovate:
runs-on: ubuntu-latest
if: |
!github.event.repository.fork &&
!github.event.pull_request.head.repo.fork
#if: |
# !github.event.repository.fork &&
# !github.event.pull_request.head.repo.fork
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ crds.clean:
@find $(CRD_DIR) -name '*.yaml.sed' -delete || $(FAIL)
@$(OK) cleaned generated CRDs

generate.run: gen-kustomize-crds gen-chart-license
generate.run: env.print gen-kustomize-crds gen-chart-license

env.print:
env

gen-chart-license:
@cp -f LICENSE cluster/charts/crossplane/LICENSE
Expand Down

0 comments on commit 950fbb8

Please sign in to comment.