From 5f9266791a47522e5b6ed1eeb416af9b52481ced Mon Sep 17 00:00:00 2001 From: Ali Amr Ali Taha Elnwegy Date: Wed, 28 May 2025 06:58:19 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a9a9b4..4000bc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +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-get update - - apt-get install curl + - dnf -y install 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 - ./confluence-updater -u $CU_USER -s $CU_SECRET --fqdn imek.atlassian.net