aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-04 12:59:36 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-04 12:59:36 +0100
commit85973fe63d197d7584a219cbbfb4c1ec96cf6a7e (patch)
tree78c49f982b1cd584f8915b2142f4956693fb2502
parenta38a40c626ba0721589f486d3beed555299690da (diff)
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.
-rw-r--r--.gitlab-ci.yml16
1 files changed, 1 insertions, 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