xref: /aosp_15_r20/external/grpc-grpc-java/buildscripts/kokoro/release_artifacts.sh (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1#!/bin/bash
2set -veux -o pipefail
3
4if [[ -f /VERSION ]]; then
5  cat /VERSION
6fi
7
8readonly GRPC_JAVA_DIR=$(cd $(dirname $0)/../.. && pwd)
9
10# A place holder at the moment
11