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

log shiny server version installed

parent 1938e17c
No related branches found
No related tags found
No related merge requests found
Pipeline #133110 passed
Pipeline: shiny-k8s-example

#133116

    Pipeline: shiny-k8s-example

    #133112

      ...@@ -3,6 +3,8 @@ set -e ...@@ -3,6 +3,8 @@ set -e
      SHINY_SERVER_VERSION=${1:-${SHINY_SERVER_VERSION:-latest}} SHINY_SERVER_VERSION=${1:-${SHINY_SERVER_VERSION:-latest}}
      echo "Installing Shin server version ${SHINY_SERVER_VERSION}"
      if [ "$SHINY_SERVER_VERSION" = "latest" ]; then if [ "$SHINY_SERVER_VERSION" = "latest" ]; then
      SHINY_SERVER_VERSION=$(wget -qO- https://download3.rstudio.org/ubuntu-18.04/x86_64/VERSION) SHINY_SERVER_VERSION=$(wget -qO- https://download3.rstudio.org/ubuntu-18.04/x86_64/VERSION)
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment