mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
8 lines
239 B
Batchfile
8 lines
239 B
Batchfile
:: Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
:: SPDX-License-Identifier: Apache-2.0
|
|
|
|
@echo off
|
|
|
|
for /f %%i in ('git rev-parse HEAD') do set RESULT=%%i
|
|
echo STABLE_GIT_REVISION %RESULT%
|