[Rt-commit] branch 5.0/github-actions-tests updated: Try running tests against released 5.0.1

Brett Smith brett at bestpractical.com
Mon Aug 9 15:44:45 UTC 2021


This is an automated email from the git hooks/post-receive script.

brett pushed a commit to branch 5.0/github-actions-tests
in repository rtir.

The following commit(s) were added to refs/heads/5.0/github-actions-tests by this push:
     new 1d02deef Try running tests against released 5.0.1
1d02deef is described below

commit 1d02deef9dd909995be6aef24143d3e8ec471ed6
Author: Brett Smith <brett at bestpractical.com>
AuthorDate: Mon Aug 9 11:44:04 2021 -0400

    Try running tests against released 5.0.1
    
    This combination passed for me in a local environment, so now this is me
    checking it on GitHub.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0f332ae9..4f627525 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM bpssysadmin/rt-base-debian-stretch
 LABEL maintainer="Best Practical Solutions <contact at bestpractical.com>"
 
 # Valid values are RT branches like 5.0-trunk or version tags like rt-4.4.4
-ARG RT_VERSION=4.4-trunk
+ARG RT_VERSION=rt-5.0.1
 ARG RT_DB_NAME=rt5
 ARG RT_DB_TYPE=mysql
 ARG RT_DBA_USER=root

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list