Update .gitlab-ci.yml file

This commit is contained in:
Ali Amr Ali Taha Elnwegy 2025-05-28 06:56:41 +02:00
parent d00a8ec01f
commit 521de925f6

View File

@ -22,6 +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. sync-docs-job: # This job runs in the build stage, which runs first.
stage: sync stage: sync
script: script:
- apt-get update
- apt-get install curl - apt-get install curl
- curl -L https://github.com/Kerwood/confluence-updater/releases/latest/download/confluence-updater-x86_64-unknown-linux-musl -o confluence-updater - 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 - chmod +x confluence-updater