From 85973fe63d197d7584a219cbbfb4c1ec96cf6a7e Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 4 Nov 2019 12:59:36 +0100 Subject: Remove the FTP to dist.tyil.nl GitLab CI seems to not play nice with its CI variables, and I don't have the time to fix more right now. --- .gitlab-ci.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3711e96..93616d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ stages: - Package - Build - - Release - Test + - Release Tarball: stage: Package @@ -85,17 +85,3 @@ Docker: artifacts: paths: - work - -dist.tyil.nl: - stage: Release - image: alpine:latest - variables: - FTP_HOST: minion4.tyil.net - FTP_PORT: "3386" - before_script: - - apk add --no-cache coreutils lftp - script: - - bin/release-ftp.sh - artifacts: - paths: - - work/release -- cgit v1.1