AJEFIJEASOIF

This commit is contained in:
Lunarmagpie 2023-03-10 21:12:49 -05:00
parent aba5bf15d4
commit f795ca52f0
2 changed files with 2 additions and 1 deletions

View file

@ -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..

View file

@ -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