Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926dd53 commit c848843Copy full SHA for c848843
composer/workflows/cloud-build.yaml
@@ -1,5 +1,5 @@
1
# Job for keeping the test Python packages in the Test Cloud Composer Environment up to date
2
steps:
3
- name: 'gcr.io/cloud-builders/gcloud'
4
- 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']
5
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