chore: release #30

Merged
jon_nfc merged 30 commits from development into master 2024-02-23 08:30:54 +00:00
9 changed files with 57 additions and 43 deletions
Showing only changes of commit 634eff3b3a - Show all commits

View File

@ -94,7 +94,7 @@ RUN mkdir -p /tmp/collection; \
if [ "$COLLECTION_PACKAGE" != "dev" ]; then \
echo "specified"; \
ansible-galaxy collection install --force-with-deps --pre \
$COLLECTION; \
$COLLECTION_PACKAGE; \
elif [ "$COLLECTION_PACKAGE" == "dev" ]; then \
git clone \
--depth=1 \