From 9e098245d7a6272fd51aee0a479af3a233fdb30e Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 3 Jun 2023 11:32:17 +0930 Subject: [PATCH] fix(ci): typo in docker build !49 nofusscomputing/projects/ansible/execution_environment!20 --- docker/build.gitlab-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build.gitlab-ci.yaml b/docker/build.gitlab-ci.yaml index 19b4c9e..723a192 100644 --- a/docker/build.gitlab-ci.yaml +++ b/docker/build.gitlab-ci.yaml @@ -124,7 +124,7 @@ variables: changes: paths: - '{dockerfile, dockerfile.j2, includes**/**}' - compare_to: 'devlopment' + compare_to: 'development' when: always - when: never