Skip to content

Commit

Permalink
Echo all env variables in windows shell
Browse files Browse the repository at this point in the history
Yes, that's leaking all secrets but at this stage...
  • Loading branch information
abailly committed Jan 2, 2025
1 parent f91a1cd commit d2723fb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,14 +587,14 @@ steps:
key: windows-artifacts
depends_on: linux-nix
steps:
- block: Build Windows Artifacts (windows)
depends_on: []
if: |
build.branch !~ /^gh-readonly-queue\/master/
&& build.branch != "master"
&& build.branch != "rc-latest"
&& build.env("RELEASE_CANDIDATE") == null
key: trigger-build-windows-artifacts
# - block: Build Windows Artifacts (windows)
# depends_on: []
# if: |
# build.branch !~ /^gh-readonly-queue\/master/
# && build.branch != "master"
# && build.branch != "rc-latest"
# && build.env("RELEASE_CANDIDATE") == null
# key: trigger-build-windows-artifacts

- label: Build Package (windows)
key: windows-package
Expand Down Expand Up @@ -650,6 +650,7 @@ steps:
- windows-package
commands:
- cd test\e2e
- gci env:*
- bundle exec rake setup[preprod,%BUILDKITE_BRANCH%]
- bundle exec rake display_versions
- bundle exec rake start_node_and_wallet[preprod]
Expand Down

0 comments on commit d2723fb

Please sign in to comment.