Loading .gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -106,12 +106,7 @@ git: - cp API.css background_highlight.css public/ #css files - unzip official.zip -d public/official/ script: - git config --local -e - git add public/official/ - git add public/index.html - git add public/*.css - git commit -m "output from pipeline" - git push origin HEAD:html_specification -o ci.skip - docker run --rm -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" bitnami/git -c "cd data && git config --local -e && git config --global user.name "$GIT_USER" && git config --global user.email "$GIT_USER_EMAIL" && git remote add gitlab_origin https://oauth2:$HTML_SPEC_TOKEN@forge.etsi.org/rep/cim/NGSI-LD.git && git add public/official/ && git add public/index.html && git add public/*.css && git commit -m 'output from pipeline' && git push origin HEAD:html_specification -o ci.skip" pages: stage: deploy Loading Loading
.gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -106,12 +106,7 @@ git: - cp API.css background_highlight.css public/ #css files - unzip official.zip -d public/official/ script: - git config --local -e - git add public/official/ - git add public/index.html - git add public/*.css - git commit -m "output from pipeline" - git push origin HEAD:html_specification -o ci.skip - docker run --rm -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" bitnami/git -c "cd data && git config --local -e && git config --global user.name "$GIT_USER" && git config --global user.email "$GIT_USER_EMAIL" && git remote add gitlab_origin https://oauth2:$HTML_SPEC_TOKEN@forge.etsi.org/rep/cim/NGSI-LD.git && git add public/official/ && git add public/index.html && git add public/*.css && git commit -m 'output from pipeline' && git push origin HEAD:html_specification -o ci.skip" pages: stage: deploy Loading