mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(CI): Use the non-failing image from stable24
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5a0631ed7c
commit
3ecab64b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ function prepareDocker() {
|
|||
--network=container:$SELENIUM_CONTAINER \
|
||||
--volume composer_cache:/root/.composer \
|
||||
--interactive \
|
||||
--tty nextcloudci/acceptance-php7.3:acceptance-php7.3-2 bash
|
||||
--tty ghcr.io/nextcloud/continuous-integration-acceptance-php7.4:latest bash
|
||||
|
||||
# Use the $TMPDIR or, if not set, fall back to /tmp.
|
||||
NEXTCLOUD_LOCAL_TAR="$($MKTEMP --tmpdir="${TMPDIR:-/tmp}" --suffix=.tar nextcloud-local-XXXXXXXXXX)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue