create orcli symlink in $PATH

This commit is contained in:
Felix Lohmeier 2022-04-20 09:36:03 +02:00 committed by GitHub
parent 174523d379
commit c5949e4cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ tasks:
wget -q -O openrefine.tar.gz https://github.com/OpenRefine/OpenRefine/releases/download/3.5.2/openrefine-linux-3.5.2.tar.gz
tar --exclude 'licenses' --exclude 'LICENSE.txt' --exclude 'README.md' -xzf openrefine.tar.gz --strip 1
rm openrefine.tar.gz
command: ./refine
command: |
sudo ln -s "${PWD}/orcli" /usr/local/bin/
./refine
ports:
- port: 3333