From 6560a94cb63e6fb021bfbcb997f00c4576253d16 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Sun, 21 Jul 2024 16:11:15 +0200 Subject: [PATCH] feat: upgrade exporter to fail on missing resources --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f02b35a..aa3c7ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ prepare: - '*.js' build: - image: durcheinander/export-apkgs:4.0.0 + image: durcheinander/export-apkgs:4.0.1 stage: build rules: - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab