1
0
Fork 0
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:
Shivkumar Dudhani 2019-12-12 17:41:17 -08:00 committed by GitHub
parent c3cae12b91
commit 03ee0486df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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