mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
repo: dont error if we cannot access piston_api
This commit is contained in:
parent
b410fa8525
commit
d295861a7d
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ done
|
|||
cd /repo
|
||||
./mkindex.sh
|
||||
|
||||
curl -s http://piston_api:6969/repos -XPOST -d "slug=local&url=file:///repo/index.yaml"
|
||||
curl -s http://piston_api:6969/repos -XPOST -d "slug=local&url=file:///repo/index.yaml" || echo "WARNING: Could not add repository"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue