We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3b52c commit 6407327Copy full SHA for 6407327
.drone.yml
@@ -573,7 +573,7 @@ steps:
573
- name: test-e2e
574
image: mcr.microsoft.com/playwright:v1.24.0-focal
575
commands:
576
- - curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
+ - curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
577
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
578
- apt-get -qq update && apt-get -qqy install build-essential
579
- export TEST_PGSQL_SCHEMA=''
0 commit comments