Petr Hracek
Petr Hracek
.gitlab-ci.yml looks like: ```bash publish-docs: stage: deploy image: name: confluencepublisher/confluence-publisher:0.0.0-SNAPSHOT entrypoint: [""] variables: SKIP_SSL_VERIFICATION: "true" ASCIIDOC_ROOT_FOLDER: docs/src/ ROOT_CONFLUENCE_URL: SPACE_KEY: CS ANCESTOR_ID: 140528286 PUBLISHING_STRATEGY: REPLACE_ANCESTOR USERNAME: dummy-bot PASSWORD: $CS_BOT_PASSWORD script: -...
The result is better but still did not finished properly. Is it possible to add more logs into output? ```bash Updated page 'Guides' (id 146900089, version 2 -> 3) Updated...
[test][test-openshift][test-openshift-3]
@alfonsoalongi Can you please rebase this PR including `common` submodule? Then I will re-run tests and merge it. Thanks
[test-all]
Re-running tests because of infrastructure problems [test]
This pull request affects also https://github.com/sclorg/container-common-scripts/pull/275 and `varnish-container` and `postgresql-container` which uses manifest.sh
@aksgupta14 The failure is: ```bash ---> Installing dependencies with npm ci [91mnpm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an...