Fix a typo (#610)

This commit is contained in:
Lai Jiang 2020-06-05 15:53:17 -04:00 committed by GitHub
parent da65a38782
commit d27fe8ead5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ steps:
# Compile javadoc
- name: 'gcr.io/${PROJECT_ID}/builder'
entrypoint: /bin/bash
args: ['./gradlew,', ':javadoc']
args: ['./gradlew', ':javadoc']
# Upload the files to GCS
# We don't use GCB's built-in artifacts uploader because we want to delete
# the existing files in the bucket first, and we want to parallelize the