Skip to content

Commit f851b46

Browse files
committed
fix typo in the sed script to fix setup.py
1 parent b00f3b8 commit f851b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def initializeEnvironment() {
168168
pip install --upgrade pip
169169
pip install -U setuptools
170170
sed -i -e 's/pyyaml.*/pyyaml/' ${HOME}/ccm/requirements.txt
171-
sed -i -e "s/pyYaml < 6.0/pyYaml/" setup.py
171+
sed -i -e "s/pyYaml < 6.0/pyYaml/" ${HOME}/ccm/setup.py
172172
pip install ${HOME}/ccm
173173
'''
174174

0 commit comments

Comments
 (0)