Skip to content

Commit 1934092

Browse files
committed
Update pipeline Python SDK
1 parent e19c71a commit 1934092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.harness/publish_python_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ pipeline:
269269
shell: Sh
270270
command: |-
271271
#!/bin/bash
272-
git checkout <+trigger.tag>
272+
git checkout <+pipeline.branch>
273273
rm -rf /indico-client/dist
274274
pip3 install twine==3.3.0
275275
python3 setup.py sdist

0 commit comments

Comments
 (0)