From 8acd104c6537f0d4aae2b29c15abdb322bcb8ebc Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Mon, 1 Apr 2024 18:14:42 +0200 Subject: [PATCH] specify base image --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02fbd9c892..77e0f81a75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,6 +145,7 @@ build: when: always check no source code sent: + image: alpine stage: sanity variables: FORBIDDEN_FILE_EXTENSIONS: "*.a,*.o,*.os,*.pyc,moc_*,*.cc,Jenkinsfile,supercombo.onnx,.sconsign.dblite" @@ -166,6 +167,7 @@ check no source code sent: - when: never .publish_base: &publish_base + image: alpine variables: GIT_SUBMODULE_STRATEGY: normal stage: publish @@ -214,6 +216,7 @@ publish to public github prebuilt: - when: never .notify_discord: ¬ify_discord + image: alpine stage: notify needs: ["build"] variables: