Skip to content

Commit

Permalink
print kgrid info before waiting for tests (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 15, 2021
1 parent c45e434 commit f07a08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -1190,8 +1190,8 @@ jobs:
KGRID_API_TOKEN: ${{ secrets.KGRID_API_TOKEN }}
KGRID_RUN_ID: ${{ steps.deploy_kgrid.outputs.kgrid-run-id }}
run: |
./hack/wait-kgrid.sh
printf "\n\nSupport bundles are available in the Replicated production AWS account under the 'kgrid-support-bundles' S3 bucket. To download a support bundle, you can do so using the AWS Management Console, or by configuring the AWS cli tool with the appropriate credentials and running the following command: \n\naws s3 cp <test-supportbundle-s3-url> <local-filename>.tar.gz\n\n"
./hack/wait-kgrid.sh
generate-kurl-addon-pr:
Expand Down

0 comments on commit f07a08c

Please sign in to comment.