From 2ef50b73c431c43886e8576e72dd7b84f54afc8a Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 19 Jan 2021 16:19:14 -0600 Subject: [PATCH] Call to update generator before uploading artifacts --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccd8020..c181997 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,6 +98,7 @@ upload: interruptible: true script: - cd artifacts + - python ../scripts/generate_update_file.py - python ../scripts/upload.py only: - master