Skip to content

Commit 2c38831

Browse files
aline version
1 parent e9122a9 commit 2c38831

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Jenkinsfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ pipeline {
5353
// sh """
5454
// C_INCLUDE_PATH=/usr/include/librdkafka LIBRARY_PATH=/usr/include/librdkafka /tmp/.local/bin/pdm build
5555
// """
56-
sh '''
57-
pip install toml
56+
sh '''
57+
pip install toml
5858
59-
cat <<EOF > update_name.py
60-
import toml
61-
data = toml.load('pyproject.toml')
62-
data['project']['name'] = 'superclient-beta'
63-
with open('pyproject.toml', 'w') as f:
64-
toml.dump(data, f)
65-
EOF
59+
cat <<EOF > update_name.py
60+
import toml
61+
data = toml.load('pyproject.toml')
62+
data['project']['name'] = 'superclient-beta'
63+
with open('pyproject.toml', 'w') as f:
64+
toml.dump(data, f)
65+
EOF
6666
67-
python3 update_name.py
68-
'''
67+
python3 update_name.py
68+
'''
6969
sh 'pip install build'
7070
sh 'python -m build'
7171
sh 'ls dist/'

0 commit comments

Comments
 (0)