File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- export GOOGLE_APPLICATION_CREDENTIAL=./service-acct.json
16+ set -eo pipefail
17+
18+ env
19+ ls
20+
21+ export GOOGLE_APPLICATION_CREDENTIAL=${KOKORO_GFILE_DIR} /service-acct.json
1722export GOOGLE_CLOUD_PROJECT=java-docs-samples-testing
1823
1924gcloud components update --quiet
20- gsutil cp gs://gs://cloud-devrel-kokoro-resources/getting-started-java/service-acct.json .
21- git clone https://github.com/GoogleCloudPlatform/getting-started-java.git
25+
2226gcloud auth activate-service-account\
2327 --key-file=$GOOGLE_APPLICATION_CREDENTIALS \
2428 --project=$GOOGLE_CLOUD_PROJECT
2529
26- cd getting-started-java
30+ gcloud config list
31+
32+ cd github/getting-started-java
2733mvn clean verify
You can’t perform that action at this time.
0 commit comments