File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ steps:
554554
555555 # TODO: We should probably build all dependencies into a test image
556556 - name : test-e2e
557- image : mcr.microsoft.com/playwright:v1.23.1 -focal
557+ image : mcr.microsoft.com/playwright:v1.24.0 -focal
558558 commands :
559559 - curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
560560 - groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ mirror_prune_desc=删除过时的远程跟踪引用
866866mirror_interval=镜像间隔 (有效的时间单位是 ' h' , ' m' , ' s' )。0 禁用自动定期同步 (最短间隔: %s)
867867mirror_interval_invalid=镜像间隔无效。
868868mirror_sync_on_commit=推送提交时同步
869- mirror_address=从URL克隆
869+ mirror_address=从 URL 克隆
870870mirror_address_desc=在授权框中输入必要的凭据。
871871mirror_address_url_invalid=URL无效。请检查您所输入的URL是否正确。
872872mirror_address_protocol_invalid=提供的 url 无效。只能从 http(s):// 或 git:// 位置进行镜像。
You can’t perform that action at this time.
0 commit comments