diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f13fa0f..b11eb24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,8 @@ 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 + image: curlimages/curl:latest script: - - 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 - ./confluence-updater -u $CU_USER -s $CU_SECRET --fqdn imek.atlassian.net