We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db69817 commit 6595fc9Copy full SHA for 6595fc9
.drone.yml
@@ -758,7 +758,7 @@ steps:
758
- name: test-e2e
759
image: mcr.microsoft.com/playwright:v1.32.3-jammy
760
commands:
761
- - curl -sLO https://go.dev/dl/go1.20.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
+ - curl -fsSL https://go.dev/dl/go1.20.3.linux-amd64.tar.gz | tar -xz -C /usr/local
762
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
763
- apt-get -qq update && apt-get -qqy install build-essential
764
- ./build/test-env-prepare.sh
0 commit comments