From f2a64781c4a413ff96cd0b85041f357d117e1a9c Mon Sep 17 00:00:00 2001 From: Ali Amr Ali Taha Elnwegy Date: Wed, 28 May 2025 08:07:00 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0726063..3d8e429 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,17 +17,12 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml stages: # List of stages for jobs, and their order of execution - - prepare - sync image: python:3.10 -prepare-job: - stage: prepare - script: - - pip install confluence.md - sync-docs-job: # This job runs in the build stage, which runs first. stage: sync script: + - pip install confluence.md - confluence.md --user $CU_USER --token $CU_SECRET --url https://imek.atlassian.net update --file README.md --page_id 1134493746 --title $(head -n1 README.md | cut -d' ' -f2-)