diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-23 17:06:01 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 11:56:54 -0500 |
commit | b1c206fd58a8ff365d4b28dff41fec343884972b (patch) | |
tree | 337a5ba22d6de8199bcb3c11e80e9843bfdb826b /.gitlab-ci.yml | |
parent | 2b2370ec82294c527f9fbe2d1d66daff9816f837 (diff) | |
download | haskell-b1c206fd58a8ff365d4b28dff41fec343884972b.tar.gz |
gitlab-ci: Always build source tarball
(cherry picked from commit 67b5de88ef923971f1980335137e3c7193213abd)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6668632e2e..0bf5b24898 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1039,6 +1039,7 @@ source-tarball: tags: - x86_64-linux image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV" + when: always dependencies: [] only: - tags |