From b475a98e4562093f7ecd32c7f5b51363ca29857e Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Wed, 2 Sep 2020 13:24:14 -0700 Subject: [PATCH] update relative path --- composer/workflows/cloud-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/workflows/cloud-build.yaml b/composer/workflows/cloud-build.yaml index 2e4af7330ef..09bbeca6738 100644 --- a/composer/workflows/cloud-build.yaml +++ b/composer/workflows/cloud-build.yaml @@ -1,5 +1,5 @@ # Job for keeping the test Python packages in the Test Cloud Composer Environment up to date steps: - name: 'gcr.io/cloud-builders/gcloud' - args: ['composer', 'environments', 'update', 'composer-test', '--update-pypi-packages-from-file', 'requirements-composer.txt', '--location', 'us-central1'] + args: ['composer', 'environments', 'update', 'composer-test', '--update-pypi-packages-from-file', 'composer/workflows/requirements-composer.txt', '--location', 'us-central1'] timeout: 3600s #set timeout to 1h. It's unusual for installing Python packages in a composer environment to take 1h to update.