We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb30e72 commit 98b261dCopy full SHA for 98b261d
Makefile
@@ -71,7 +71,7 @@ setup-deploy-tools:
71
setup: setup-trivy setup-deploy-tools
72
pip install --upgrade pip
73
pip install "setuptools>=65.5.1" pipenv
74
- PIP_IGNORE_INSTALLED=1 pipenv install --dev --deploy #--ignore-pipfile
+ PIP_IGNORE_INSTALLED=1 pipenv install --dev --deploy --ignore-pipfile
75
76
# download and install a few ibm cloud cli tools
77
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
0 commit comments