Update .gitlab-ci.yml file

This commit is contained in:
Ali Amr Ali Taha Elnwegy 2025-05-28 07:01:50 +02:00
parent 284af8e023
commit b1f7ccb40e

View File

@ -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