From 9216be2e8c827da277facbd551f1cdf86596ea6c Mon Sep 17 00:00:00 2001 From: Paul Gessinger <paul.gessinger@cern.ch> Date: Fri, 26 Apr 2019 14:09:19 +0200 Subject: [PATCH] Update docker format script to use new image --- CI/check_format_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/check_format_local b/CI/check_format_local index 1da444cd1..371c862dc 100755 --- a/CI/check_format_local +++ b/CI/check_format_local @@ -17,5 +17,5 @@ docker run --rm -ti \ -v ${WD}:/work_dir:rw \ --user "${USER_ID}:${GROUP_ID}" \ -w "/work_dir" \ - gitlab-registry.cern.ch/acts/machines/check:latest \ + gitlab-registry.cern.ch/pagessin/machines/check_llvm8:ubuntu_llvm \ CI/check_format . -- GitLab