Commit 8096afa6 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

Update .gitlab-ci.yml file

parent e9e1ecc7
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -121,6 +121,11 @@ git:
    - unzip official.zip -d public/official/
  after_script:
    - docker run --rm -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" bitnami/git -c "git config --global user.name "$GIT_USER" && git config --global user.email "$GIT_USER_EMAIL" && cd data && git remote add gitlab_origin https://HTML_SPEC_TOKEN:$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 gitlab_origin HEAD:html_specification -o ci.skip"
  rules:
    - changes:
      - API.docx
    - if: $CI_PIPELINE_SOURCE == "manual"


pages:
  stage: deploy