aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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