fix(docker): ensure correct variable used to install package
!8 fixes #9
This commit is contained in:
@ -94,7 +94,7 @@ RUN mkdir -p /tmp/collection; \
|
|||||||
if [ "$COLLECTION_PACKAGE" != "dev" ]; then \
|
if [ "$COLLECTION_PACKAGE" != "dev" ]; then \
|
||||||
echo "specified"; \
|
echo "specified"; \
|
||||||
ansible-galaxy collection install --force-with-deps --pre \
|
ansible-galaxy collection install --force-with-deps --pre \
|
||||||
$COLLECTION; \
|
$COLLECTION_PACKAGE; \
|
||||||
elif [ "$COLLECTION_PACKAGE" == "dev" ]; then \
|
elif [ "$COLLECTION_PACKAGE" == "dev" ]; then \
|
||||||
git clone \
|
git clone \
|
||||||
--depth=1 \
|
--depth=1 \
|
||||||
|
Reference in New Issue
Block a user