mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +02:00
Fix a typo (#610)
This commit is contained in:
parent
da65a38782
commit
d27fe8ead5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue