From 528f8406425967c1634066eda5c83654d1feb415 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 30 Apr 2025 12:57:09 +0200 Subject: [PATCH 1/3] update CI commit SHA --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b93061941..605eb30d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF f5e61349c22ededcdfe1cc54e533dea477f2d003 + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF e0b6e4f4f5f9281794beca2a669fce9be8f8405e include: - local: .gitlab-ci/variables.yml -- GitLab From afce099d46d4481ffbc828cf44a6d42faeaf054e Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 30 Apr 2025 13:02:43 +0200 Subject: [PATCH 2/3] update sha again to test branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 605eb30d2..38aa72681 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF e0b6e4f4f5f9281794beca2a669fce9be8f8405e + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 725e23e7813092e0aab0d8be711356c374dd7663 include: - local: .gitlab-ci/variables.yml -- GitLab From 87f833e2f2c14ee78f51cd74fc6d5c9a0b6c649f Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 30 Apr 2025 13:15:53 +0200 Subject: [PATCH 3/3] update CI repo SHA for latest main commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38aa72681..6d9128027 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 725e23e7813092e0aab0d8be711356c374dd7663 + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 44cb5638949b874ce0f5c3bf4359f9db860d88bc include: - local: .gitlab-ci/variables.yml -- GitLab