mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
Update gitignore to include pip cache directory
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
*.retry
|
*.retry
|
||||||
.idea
|
.idea
|
||||||
*.log
|
*.log
|
||||||
|
.cache/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
# temp collection path
|
# temp collection path
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -2,7 +2,7 @@
|
|||||||
VERSION = 0.1.0
|
VERSION = 0.1.0
|
||||||
|
|
||||||
# To run sanity tests in a venv, set SANITY_TEST_ARGS to '--venv'
|
# To run sanity tests in a venv, set SANITY_TEST_ARGS to '--venv'
|
||||||
SANITY_TEST_ARGS ?= '--docker'
|
SANITY_TEST_ARGS ?= '--docker --color'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f community-okd-$(VERSION).tar.gz
|
rm -f community-okd-$(VERSION).tar.gz
|
||||||
@@ -15,7 +15,7 @@ install: build
|
|||||||
ansible-galaxy collection install -p ansible_collections community-okd-$(VERSION).tar.gz
|
ansible-galaxy collection install -p ansible_collections community-okd-$(VERSION).tar.gz
|
||||||
|
|
||||||
test-sanity: install
|
test-sanity: install
|
||||||
cd ansible_collections/community/okd && ansible-test sanity -v --color $(SANITY_TEST_ARGS)
|
cd ansible_collections/community/okd && ansible-test sanity -v $(SANITY_TEST_ARGS)
|
||||||
|
|
||||||
test-integration: install
|
test-integration: install
|
||||||
molecule test
|
molecule test
|
||||||
|
|||||||
Reference in New Issue
Block a user