This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch users/damccorm/ma
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/users/damccorm/ma by this push:
new e2b178ead17 Remove source_date_epoch
e2b178ead17 is described below
commit e2b178ead17b9c0242f2a65b10efe1b7c5550e90
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Nov 16 09:51:29 2023 -0800
Remove source_date_epoch
---
.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index 9c29f65235a..2fb07fae138 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -46,7 +46,6 @@ env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
docker_registry: gcr.io
- SOURCE_DATE_EPOCH: 1321009871
jobs:
beam_Publish_Beam_SDK_Snapshots: