We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb72dd commit 0b38c43Copy full SHA for 0b38c43
.builds/debian.yml
@@ -24,4 +24,8 @@ tasks:
24
cd nxt-python
25
python3 setup.py install --user
26
- upload: |
27
- acurl -f https://pages.sr.ht/publish/$site/nxt-python [email protected]
+ cd nxt-python
28
+ # Only on master branch.
29
+ if [ "$(git rev-parse master)" = "$(git rev-parse HEAD)" ]; then \
30
+ acurl -f https://pages.sr.ht/publish/$site/nxt-python -Fcontent=@../nxt-python.tar.gz; \
31
+ fi
0 commit comments