mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
CI build fix
This commit is contained in:
parent
11f74cb746
commit
753d12bdb2
1 changed files with 6 additions and 9 deletions
15
.travis.yml
15
.travis.yml
|
@ -37,6 +37,11 @@ after_success:
|
||||||
make docker-publish-kyverno
|
make docker-publish-kyverno
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Remove ENV after Testing. this env variable help us to test krew plugin without submit krew-index
|
||||||
|
env:
|
||||||
|
- KREW_RELEASE_BOT_WEBHOOK_URL=https://krew-release-bot-dryrun.rajatjindal.com/github-action-webhook
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
@ -50,13 +55,5 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
env:
|
|
||||||
- KREW_RELEASE_BOT_WEBHOOK_URL=https://krew-release-bot-dryrun.rajatjindal.com/github-action-webhook
|
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
script:
|
|
||||||
- curl -LO https://github.com/rajatjindal/krew-release-bot/releases/download/v0.0.38/krew-release-bot_v0.0.38_linux_amd64.tar.gz
|
|
||||||
- tar -xvf krew-release-bot_v0.0.38_linux_amd64.tar.gz
|
|
||||||
- printenv && pwd && ls -ltr
|
|
||||||
- ./krew-release-bot action
|
|
||||||
|
|
Loading…
Reference in a new issue