From 1732f8ac12952860befbce242ac73979a9feb756 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Fri, 18 Feb 2022 01:12:10 -0500 Subject: [PATCH] Fix. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d56c182..3d3f81f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: variables: AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication # username is always "review" (without quotes) - CI_REF: &ref 243771a94611f4c1042d0b707a110a667b7311ac + CI_REF: &ref af0528b81f2660205b3485980d1839792720f65d BUILD_ARGS: " | -d " include: -- GitLab