From b1f7ccb40e7accc2924d053ec60dfaf5e51fffb4 Mon Sep 17 00:00:00 2001 From: Ali Amr Ali Taha Elnwegy Date: Wed, 28 May 2025 07:01:50 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9cfebf..f13fa0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ stages: # List of stages for jobs, and their order of execution sync-docs-job: # This job runs in the build stage, which runs first. stage: sync script: - - apt update + - apt update -y - apt install -y curl - curl -L https://github.com/Kerwood/confluence-updater/releases/latest/download/confluence-updater-x86_64-unknown-linux-musl -o confluence-updater - chmod +x confluence-updater