We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de605d3 commit fe8f938Copy full SHA for fe8f938
1 file changed
.rultor.yml
@@ -15,7 +15,8 @@ install: |
15
npm install --no-color mocha
16
curl -fsSL -o phino http://phino.objectionary.com/releases/ubuntu-22.04/phino-latest
17
chmod +x phino
18
- sudo mv "$(pwd)/phino" /usr/local/bin/phino
+ sudo mv "$(pwd)/phino" /usr/bin/phino
19
+ phino --version
20
pdd -f /dev/null -v
21
release:
22
pre: false
0 commit comments