privatebin et framadate : build script filename. matrix: ajustement buildkit
This commit is contained in:
parent
d28f62e17e
commit
ea11b013a2
|
@ -9,7 +9,7 @@ framadate:
|
|||
stage: test
|
||||
script:
|
||||
- cd podman-framadate
|
||||
- ./ci_build_images.sh
|
||||
- ./ci_build-images.sh
|
||||
- GARBAYE_FRAMADATE_DOMAIN=sondage.garbaye.fr GARBAYE_FRAMADATE_ADMIN_MAIL=contact-framadate@garbaye.fr GARBAYE_FRAMADATE_ADMIN_PASSWORD=adlkjsqghen GARBAYE_FRAMADATE_MYSQL_ROOT_PASSWORD=zekjsljgnrxx GARBAYE_FRAMADATE_MYSQL_PASSWORD=azekljqlkcsdql GARBAYE_FRAMADATE_ENV_LISTENPORT=18087 ./05_freshinstall.sh
|
||||
- ./20_enable.sh
|
||||
- ./30_start.sh && sleep 10
|
||||
|
|
|
@ -17,7 +17,7 @@ if ! podman image exists ${synapse_image}:${synapse_version}; then
|
|||
if curl -sSfL -- "https://github.com/matrix-org/synapse/archive/refs/tags/${synapse_version}.tar.gz" | \tar xz --strip-components 1 -C ${buildfolder}/ ; then
|
||||
podman image pull docker.io/moby/buildkit:${buildkitd_version}
|
||||
podman container run -d --name buildkitd --privileged docker.io/moby/buildkit:${buildkitd_version} ${buildkitd_args} &&
|
||||
sleep 3
|
||||
podman container wait --condition=running buildkitd &&
|
||||
my_buildctl --addr=podman-container://buildkitd build \
|
||||
--frontend dockerfile.v0 \
|
||||
--local context=${buildfolder}/ \
|
||||
|
|
|
@ -12,7 +12,7 @@ privatebin:
|
|||
stage: test
|
||||
script:
|
||||
- cd podman-privatebin
|
||||
- ./ci_build_images.sh
|
||||
- ./ci_build-images.sh
|
||||
- GARBAYE_PRIVATEBIN_ENV_LISTENPORT=18084 ./05_freshinstall.sh
|
||||
- ./20_enable.sh
|
||||
- ./30_start.sh && sleep 10
|
||||
|
|
Loading…
Reference in a new issue