mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Comment out egg generation for now as we don't yet have a setup.py for v2
This commit is contained in:
@@ -40,10 +40,10 @@ gen_egg_info()
|
||||
# directory in history
|
||||
if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
|
||||
pushd "$ANSIBLE_HOME"
|
||||
gen_egg_info
|
||||
#gen_egg_info
|
||||
popd
|
||||
else
|
||||
gen_egg_info
|
||||
#gen_egg_info
|
||||
fi
|
||||
|
||||
# Print out values unless -q is set
|
||||
|
||||
Reference in New Issue
Block a user