aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-13 21:23:37 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-13 21:23:37 +0300
commitfc4a8026d8e168349f9156b27f88c856740c8061 (patch)
tree7b11bd7ff00dec8dc7f27d0f39285ec8dea87cea
parent6426aefb16a888da76a416f75cf4af1966089d23 (diff)
downloadpleroma-fc4a8026d8e168349f9156b27f88c856740c8061.tar.gz
Remove a TODO
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75214e0b9..6587189b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,8 +143,6 @@ stop_review_app:
- ssh -t dokku@pleroma.online -- --force apps:destroy "$CI_ENVIRONMENT_SLUG"
- ssh -t dokku@pleroma.online -- --force postgres:destroy $(echo $CI_ENVIRONMENT_SLUG | sed -e 's/-/_/g')_db
-# TODO: Restrict to master and develop
-
amd64:
stage: release
# TODO: Replace with upstream image when 1.9.0 comes out