Skip to content

Commit

Permalink
no update
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 12, 2024
1 parent 29db835 commit 1ce8e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install: |
sudo tlmgr option repository ctan
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install $(cut -d' ' -f2 paper/DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 paper/DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 paper/DEPENDS.txt | uniq) || echo 'NO UPDATE'
merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
Expand Down

0 comments on commit 1ce8e0e

Please sign in to comment.