Skip to content

Commit

Permalink
Remove git sha from tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Mar 12, 2024
1 parent 37d8e7b commit e9bc0a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
node-version: ${{ matrix.node }}
- name: Build o1js and execute benchmarks on ${{ matrix.os }} and Node.JS ${{ matrix.node }}
env:
GIT_HASH: ${{ github.sha }}
GIT_BRANCH: ${{ github.head_ref }}
INFLUXDB_URL: ${{ secrets.INFLUXDB_URL }}
INFLUXDB_ORG: ${{ secrets.INFLUXDB_ORG }}
Expand Down
1 change: 0 additions & 1 deletion benchmarks/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ function getInfluxDbPointTags() {
1024 /
1024
).toFixed(2)}Gb of RAM`,
gitHash: process.env.GIT_HASH ?? 'unknown',
gitBranch: process.env.GIT_BRANCH ?? 'unknown',
};
}
Expand Down

0 comments on commit e9bc0a8

Please sign in to comment.