File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 - os : ubuntu-latest
1818 runHttpApi : |
1919 cd "${RAD_HOME}"/bin
20- wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-server /radicle-httpd-0.11.1-rit-1-g3ae64bd2- x86_64-unknown-linux-musl.tar.xz
21- # now there will be radicle-httpd inside bin directory, which is in path
20+ wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-api /radicle-http-api_latest+ x86_64-unknown-linux-musl.tar.xz
21+ # now there will be radicle-http-api inside bin directory, which is in path
2222 tar xf rha.tar.xz --strip-components 2
2323 runIde : |
2424 export DISPLAY=:99.0
3434 - os : macos-latest
3535 runHttpApi : |
3636 cd "${RAD_HOME}"/bin
37- wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-server /radicle-httpd-0.11.1-rit-1-g3ae64bd2- aarch64-apple-darwin.tar.xz
38- # now there will be radicle-httpd inside bin directory, which is in path
37+ wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-api /radicle-http-api_latest+ aarch64-apple-darwin.tar.xz
38+ # now there will be radicle-http-api inside bin directory, which is in path
3939 tar xf rha.tar.xz --strip-components 2
4040 runIde : |
4141 mkdir -p build/reports
6969 rad node start
7070 echo "allowing node to start up..."
7171 sleep 5
72- radicle-httpd --version
73- radicle-httpd --listen 0.0.0.0:8080 &
72+ radicle-http-api --version
73+ radicle-http-api --listen 0.0.0.0:8080 &
7474 rad node status
7575 rad self
7676 - name : Create a new Radicle Repository
You can’t perform that action at this time.
0 commit comments