Skip to content

Commit ffb58ac

Browse files
committed
Fix quotes
1 parent e870d87 commit ffb58ac

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

ci/Jenkinsfile.groovy

+14-14
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,12 @@ ansiColor('xterm') {
256256
/opt/python/cp37-cp37m/bin/python3.7 ci/ext.py wheel --audit && \
257257
/opt/python/cp38-cp38/bin/python3.8 ci/ext.py wheel --audit && \
258258
/opt/python/cp39-cp39/bin/python3.9 ci/ext.py wheel --audit && \
259-
echo "===== Py3.6 Debug =====" && unzip -p dist/*debug*.whl datatable/_build_info.py && \
259+
echo '===== Py3.6 Debug =====' && unzip -p dist/*debug*.whl datatable/_build_info.py && \
260260
mv dist/*debug*.whl . && \
261-
echo "===== Py3.6 =====" && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
262-
echo "===== Py3.7 =====" && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
263-
echo "===== Py3.8 =====" && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
264-
echo "===== Py3.9 =====" && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
261+
echo '===== Py3.6 =====' && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
262+
echo '===== Py3.7 =====' && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
263+
echo '===== Py3.8 =====' && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
264+
echo '===== Py3.9 =====' && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
265265
mv *debug*.whl dist/ && \
266266
ls -la dist"
267267
"""
@@ -292,10 +292,10 @@ ansiColor('xterm') {
292292
python ci/ext.py wheel
293293
. /Users/jenkins/anaconda/bin/activate datatable-py39
294294
python ci/ext.py wheel
295-
echo "===== Py3.6 =====" && unzip -p dist/*cp36*.whl datatable/_build_info.py
296-
echo "===== Py3.7 =====" && unzip -p dist/*cp37*.whl datatable/_build_info.py
297-
echo "===== Py3.8 =====" && unzip -p dist/*cp38*.whl datatable/_build_info.py
298-
echo "===== Py3.9 =====" && unzip -p dist/*cp39*.whl datatable/_build_info.py
295+
echo '===== Py3.6 =====' && unzip -p dist/*cp36*.whl datatable/_build_info.py
296+
echo '===== Py3.7 =====' && unzip -p dist/*cp37*.whl datatable/_build_info.py
297+
echo '===== Py3.8 =====' && unzip -p dist/*cp38*.whl datatable/_build_info.py
298+
echo '===== Py3.9 =====' && unzip -p dist/*cp39*.whl datatable/_build_info.py
299299
ls dist
300300
"""
301301
stash name: 'x86_64-macos-wheels', includes: "dist/*.whl"
@@ -336,12 +336,12 @@ ansiColor('xterm') {
336336
/opt/python/cp37-cp37m/bin/python3.7 ci/ext.py wheel --audit && \
337337
/opt/python/cp38-cp38/bin/python3.8 ci/ext.py wheel --audit && \
338338
/opt/python/cp39-cp39/bin/python3.9 ci/ext.py wheel --audit && \
339-
echo "===== Py3.6 Debug =====" && unzip -p dist/*debug*.whl datatable/_build_info.py && \
339+
echo '===== Py3.6 Debug =====' && unzip -p dist/*debug*.whl datatable/_build_info.py && \
340340
mv dist/*debug*.whl . && \
341-
echo "===== Py3.6 =====" && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
342-
echo "===== Py3.7 =====" && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
343-
echo "===== Py3.8 =====" && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
344-
echo "===== Py3.9 =====" && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
341+
echo '===== Py3.6 =====' && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
342+
echo '===== Py3.7 =====' && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
343+
echo '===== Py3.8 =====' && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
344+
echo '===== Py3.9 =====' && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
345345
mv *debug*.whl dist/ && \
346346
ls -la dist"
347347
"""

0 commit comments

Comments
 (0)