Skip to content

Commit

Permalink
ci: Add debugging commands for gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src committed Jul 9, 2024
1 parent 7f39bab commit ee6b3e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ jobs:
bazel-repos-
- name: "⚙️ Setup Bazel"
run:
echo "rbenv=$(which rbenv)"
echo "version=${TAG/refs\/tags\/scip-ruby-v/}"
VERSION="${TAG/refs\/tags\/scip-ruby-v/}" .github/workflows/setup-bazel.sh
echo "--- .bazelrc.local contents ---"
cat .bazelrc.local
echo "--- end of .bazelrc.local"
- name: "🔎 Identify OS"
run: echo "OS=$(uname -s | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: ${{ format('🏗 Build ({0})', matrix.config) }}
Expand Down

0 comments on commit ee6b3e6

Please sign in to comment.