From 3aaec08b6e8d39b0a788d55e3bddfc6a0db2a606 Mon Sep 17 00:00:00 2001 From: Matthew Durand Date: Mon, 25 Mar 2024 17:07:14 -0700 Subject: [PATCH] Add missing sync-github stage variable override (#67) --- .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