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