Skip to content
Snippets Groups Projects
Commit a1785afd authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

aggregate fragment for docs, trigger doc rebuild

parent 542f948a
No related branches found
No related tags found
1 merge request!26Rework image matrix and export
Pipeline #133169 failed
Pipeline: shiny-k8s-example

#133172

    Pipeline: shiny-k8s-example

    #133171

      ...@@ -136,20 +136,38 @@ build_r: ...@@ -136,20 +136,38 @@ build_r:
      publish_listing: publish_listing:
      only: only:
      - docker-images - docker-images
      - rework-image-matrix-and-export
      needs: needs:
      - build_r - build_r
      - build_python - build_python
      before_script:
      - git fetch origin docs
      - git checkout docs
      script: script:
      - echo "built image,base os,R/Python,shiny-server" > image-list.csv - echo "built image,base os,R/Python,shiny-server" > image-list.csv
      - cat image-list-fragments/*.csv >> image-list.csv - cat image-list-fragments/*.csv >> image_list.csv
      - WHEN=$(LC_TIME="en_US.utf8" date +"%b %G")
      - sed "s/%%date%%/${WHEN}/g" source/user_guide/image_list.rst > image_list.rst
      artifacts: artifacts:
      when: always when: always
      paths: paths:
      - image-list.csv - image_list.csv
      - image_list.rst
      expire_in: 1 year expire_in: 1 year
      update_docs:
      only:
      - docker-images
      - rework-image-matrix-and-export
      needs: ["publish_listing"]
      trigger:
      project: hub/shiny-k8s
      branch: docs
      trigger_r_example: trigger_r_example:
      needs: ["build_r"] needs: ["build_r"]
      trigger: trigger:
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment