mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Fix a typo (#610)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user