mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +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
|
||||
.idea
|
||||
*.log
|
||||
.cache/
|
||||
__pycache__/
|
||||
|
||||
# temp collection path
|
||||
|
||||
4
Makefile
4
Makefile
@@ -2,7 +2,7 @@
|
||||
VERSION = 0.1.0
|
||||
|
||||
# To run sanity tests in a venv, set SANITY_TEST_ARGS to '--venv'
|
||||
SANITY_TEST_ARGS ?= '--docker'
|
||||
SANITY_TEST_ARGS ?= '--docker --color'
|
||||
|
||||
clean:
|
||||
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
|
||||
|
||||
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
|
||||
molecule test
|
||||
|
||||
Reference in New Issue
Block a user