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 80fd9d7 commit 42baea0Copy full SHA for 42baea0
.github/workflows/test_deploy.yml
@@ -294,6 +294,8 @@ jobs:
294
GITHUB_TOKEN: ${{ secrets.RENKU_CI_TOKEN }}
295
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
296
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
297
+ - name: Wait for chart to be available
298
+ run: sleep 120
299
- name: Update component version
300
uses: SwissDataScienceCenter/renku/actions/update-component-version@master
301
env:
0 commit comments