From 8f909b805b7270e1b55cd974ad9a6845d36dd51a Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 7 Oct 2021 13:09:24 +0200 Subject: [PATCH] Revert "Use latest ca-certificates for ffsend binary test against public instance" This reverts commit 4c55145a07c3ceace3fefa42f0fcc35e3a4b5eef. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04218d8..e1ce00f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,8 +136,7 @@ test-public: variables: GIT_STRATEGY: none RUST_TARGET: x86_64-unknown-linux-musl - before_script: - - apk add ca-certificates + before_script: [] script: # Prepare ffsend binary, create random file - mv ./ffsend-$RUST_TARGET ./ffsend