Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2021-05-25 00:12:52 +0300
committersunnavy <sunnavy@bestpractical.com>2021-05-28 00:12:45 +0300
commit6fb9f202078eee7ce61e475e2fda10364dd4963c (patch)
tree354433f1679c022cbd5e843fa52ded4aad37996c /Dockerfile
parent6d6246e30151cc0bba2cf2ded1c3842e7b74a96e (diff)
Run GPG tests now that the environment is updated
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d77111ec6f..98bafcd6c0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,4 @@ ENV RT_DBA_PASSWORD password
ENV RT_TEST_DB_HOST=172.17.0.2
ENV RT_TEST_RT_HOST=172.17.0.3
-# Skip gpg tests until we update to gpg 2.2
-ENV SKIP_GPG_TESTS=1
-
CMD tail -f /dev/null