Update build.yaml

This commit is contained in:
uazo
2021-07-10 10:05:55 +02:00
committed by GitHub
parent 2e63b5acf2
commit 7934f4dd7f
+19 -19
View File
@@ -58,26 +58,26 @@ jobs:
needs: check_images
if: success()
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
gomaserver:
image: uazo/goma-server
ports:
- 5050:5050
volumes:
- /tmp/proxy:/tmp/proxy
# services:
# redis:
# image: redis
# options: >-
# --health-cmd "redis-cli ping"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
# gomaserver:
# image: uazo/goma-server
# ports:
# - 5050:5050
# volumes:
# - /tmp/proxy:/tmp/proxy
# container:
# image: uazo/bromite:${{ github.sha }}
# volumes:
# - /storage/bromite/${{ env.VERSION }}/${{ github.sha }}:/home/lg/working_dir/artifacs
# - /tmp/proxy:/tmp/proxy
container:
image: uazo/bromite:9109417e415f9f0aa204dc3e1391138fa5e13bf8 #${{ github.sha }}
volumes:
- /storage/bromite/${{ env.VERSION }}/${{ github.sha }}:/home/lg/working_dir/artifacs
- /tmp/proxy:/tmp/proxy
steps:
- name: Build Bromite