mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
AJEFIJEASOIF
This commit is contained in:
parent
aba5bf15d4
commit
f795ca52f0
2 changed files with 2 additions and 1 deletions
1
.github/workflows/package-pr.yaml
vendored
1
.github/workflows/package-pr.yaml
vendored
|
@ -95,6 +95,7 @@ jobs:
|
||||||
docker build -t piston-api api
|
docker build -t piston-api api
|
||||||
docker run --network container:repo -v $(pwd)'/data:/piston' -e PISTON_LOG_LEVEL=DEBUG -e 'PISTON_REPO_URL=http://localhost:8000/index' -d --name api piston-api
|
docker run --network container:repo -v $(pwd)'/data:/piston' -e PISTON_LOG_LEVEL=DEBUG -e 'PISTON_REPO_URL=http://localhost:8000/index' -d --name api piston-api
|
||||||
echo Waiting for API to start..
|
echo Waiting for API to start..
|
||||||
|
docker pull appropriate/curl
|
||||||
docker run --network container:api appropriate/curl -s --retry 10 --retry-connrefused http://localhost:2000/api/v2/runtimes
|
docker run --network container:api appropriate/curl -s --retry 10 --retry-connrefused http://localhost:2000/api/v2/runtimes
|
||||||
|
|
||||||
echo Waiting for Index to start..
|
echo Waiting for Index to start..
|
||||||
|
|
2
packages/gleam/0.27.0/build.sh
vendored
2
packages/gleam/0.27.0/build.sh
vendored
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Install Erlang
|
# Install Erlang
|
||||||
source ../../erlang/23.0.0/build.sh
|
# source ../../erlang/23.0.0/build.sh
|
||||||
|
|
||||||
# Install Node
|
# Install Node
|
||||||
source ../../node/16.3.0/build.sh
|
source ../../node/16.3.0/build.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue