mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Comment out egg generation for now as we don't yet have a setup.py for v2
This commit is contained in:
parent
5f8d63dd57
commit
67c988411b
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ gen_egg_info()
|
||||||
# directory in history
|
# directory in history
|
||||||
if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
|
if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
|
||||||
pushd "$ANSIBLE_HOME"
|
pushd "$ANSIBLE_HOME"
|
||||||
gen_egg_info
|
#gen_egg_info
|
||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
gen_egg_info
|
#gen_egg_info
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Print out values unless -q is set
|
# Print out values unless -q is set
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue