Update .gitlab-ci.yml file
This commit is contained in:
parent
521de925f6
commit
5f9266791a
@ -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.
|
sync-docs-job: # This job runs in the build stage, which runs first.
|
||||||
stage: sync
|
stage: sync
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- dnf -y 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
|
||||||
- ./confluence-updater -u $CU_USER -s $CU_SECRET --fqdn imek.atlassian.net
|
- ./confluence-updater -u $CU_USER -s $CU_SECRET --fqdn imek.atlassian.net
|
||||||
|
Loading…
Reference in New Issue
Block a user