Skip to content

Commit

Permalink
testing #2
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent cd6529a commit a1403e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/auto-update-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/$BRANCH_NAME/mxpy-up.py
python3 mxpy-up.py --exact-version=9.0.0 --not-interactive
cat mxpy-up.py
- name: Smoke test
run: |
export PATH="~/multiversx-sdk:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion mxpy-up.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_mxpy_update_shortcut_content():
"""

return f"""#!/bin/sh
wget -O ~/mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/mxpy-update/mxpy-up.py && python3 ~/mxpy-up.py "$@"
wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/mxpy-update/mxpy-up.py && python3 mxpy-up.py "$@"
"""


Expand Down

0 comments on commit a1403e0

Please sign in to comment.