summaryrefslogtreecommitdiff
path: root/zuul/ansible/base/actiongeneral
diff options
context:
space:
mode:
authorFabien Boucher <fboucher@redhat.com>2020-05-18 18:49:27 +0200
committerFabien Boucher <fboucher@redhat.com>2020-05-18 19:10:33 +0200
commit31b83dd2e8ae808d65a0b5a8672dd244d3ce9a0e (patch)
tree4cc2017ca141c36300063a825c70047929ace62c /zuul/ansible/base/actiongeneral
parente0ce22551b901a096c5fea18f5f3053e14f4f96c (diff)
downloadzuul-31b83dd2e8ae808d65a0b5a8672dd244d3ce9a0e.tar.gz
Remove ununecessary shebangs
The commands are managed as entry-points so remove ununecessary shebangs. Also lib/re2util.py does not require a shebang as well. zuul_return.py does not have a main and is not supposed to be run directly. Ununecessary shebangs for non executable script causes rpmlint issues. Change-Id: I6015daaa0fe35b6935fcbffca1907c01c9a26134
Diffstat (limited to 'zuul/ansible/base/actiongeneral')
-rw-r--r--zuul/ansible/base/actiongeneral/zuul_return.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/zuul/ansible/base/actiongeneral/zuul_return.py b/zuul/ansible/base/actiongeneral/zuul_return.py
index 903bab698..772aed02e 100644
--- a/zuul/ansible/base/actiongeneral/zuul_return.py
+++ b/zuul/ansible/base/actiongeneral/zuul_return.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
# Copyright (c) 2017 Red Hat
#
# This module is free software: you can redistribute it and/or modify