From f48eada2e806eef069730c74239138f049e6c962 Mon Sep 17 00:00:00 2001 From: "matt.d" Date: Mon, 25 Mar 2024 15:31:38 -0700 Subject: [PATCH] Add missign sync-github stage variable override --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 641a2d5..f1d8752 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,7 @@ stages: - deploy - test - sync + +sync-github: + variables: + GITHUB_REPO: dss-ansible