Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c848843

Browse filesBrowse files
authored
update relative path (GoogleCloudPlatform#4620)
1 parent 926dd53 commit c848843
Copy full SHA for c848843

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎composer/workflows/cloud-build.yaml

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Job for keeping the test Python packages in the Test Cloud Composer Environment up to date
22
steps:
33
- name: 'gcr.io/cloud-builders/gcloud'
4-
args: ['composer', 'environments', 'update', 'composer-test', '--update-pypi-packages-from-file', 'requirements-composer.txt', '--location', 'us-central1']
4+
args: ['composer', 'environments', 'update', 'composer-test', '--update-pypi-packages-from-file', 'composer/workflows/requirements-composer.txt', '--location', 'us-central1']
55
timeout: 3600s #set timeout to 1h. It's unusual for installing Python packages in a composer environment to take 1h to update.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.