1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

bump delays between docker steps

This commit is contained in:
Nick Sweeting 2020-07-28 07:55:03 -04:00
parent 98ca578684
commit 4bab1c258e

View file

@ -132,12 +132,12 @@ jobs:
run: |
docker-compose run archivebox config --set PUBLIC_INDEX=False
docker-compose restart
sleep 4
sleep 6
curl --silent --location 'http://127.0.0.1:8000' | grep 'ArchiveBox Admin'
- name: Curl index with PUBLIC_INDEX=True
run: |
docker-compose run archivebox config --set PUBLIC_INDEX=True
docker-compose restart
sleep 4
sleep 6
curl --silent --location 'http://127.0.0.1:8000' | grep 'Add Links'