Skip to content

Commit 42baea0

Browse files
authored
chore: wait for chart before helm update (#1062)
1 parent 80fd9d7 commit 42baea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ jobs:
294294
GITHUB_TOKEN: ${{ secrets.RENKU_CI_TOKEN }}
295295
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
296296
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
297+
- name: Wait for chart to be available
298+
run: sleep 120
297299
- name: Update component version
298300
uses: SwissDataScienceCenter/renku/actions/update-component-version@master
299301
env:

0 commit comments

Comments
 (0)