diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-29 17:13:11 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-05-05 21:23:19 -0400 |
commit | ed869237f676a6a68df83cc6a379110ab6a91770 (patch) | |
tree | d15268568ec19179fe134327c39bc4a31ced6ef3 /git | |
parent | 866bab53db58352d56e33b8d97ce3b982a850cb9 (diff) | |
download | openshift-ed869237f676a6a68df83cc6a379110ab6a91770.tar.gz openshift-ed869237f676a6a68df83cc6a379110ab6a91770.tar.bz2 openshift-ed869237f676a6a68df83cc6a379110ab6a91770.tar.xz openshift-ed869237f676a6a68df83cc6a379110ab6a91770.zip |
gce fixes
Diffstat (limited to 'git')
-rwxr-xr-x | git/pylint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/pylint.sh b/git/pylint.sh index f29c055dc..3acf9cc8c 100755 --- a/git/pylint.sh +++ b/git/pylint.sh @@ -7,6 +7,7 @@ ANSIBLE_UPSTREAM_FILES=( 'inventory/libvirt/hosts/libvirt_generic.py' 'inventory/openstack/hosts/nova.py' 'lookup_plugins/sequence.py' + 'playbooks/gce/openshift-cluster/library/gce.py' ) OLDREV=$1 |