mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
uncomment CI targets (#552)
This commit is contained in:
parent
c3cae12b91
commit
03ee0486df
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@ after_success:
|
|||
if [ $TRAVIS_PULL_REQUEST == 'false' ]
|
||||
then
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
# make docker-publish-initContainer
|
||||
# make docker-publish-kyverno
|
||||
make docker-publish-initContainer
|
||||
make docker-publish-kyverno
|
||||
fi
|
Loading…
Add table
Reference in a new issue