Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-14420

nodejs version still comes to 4.6.0 though i am using 6.9.4

    XMLWordPrintable

Details

    Description

      My pipeline conguration look like this

      #!javascript
      
      # You can use any Docker image from Docker Hub or your own container registry
      image: node:6.9.4
      image: spittet/node-mongodb
      pipelines:
        default:
          - step:
              script:  # Modify the commands below to build and test your repository.
                - apt-get update
                - apt-get install -y ruby libssl-dev
                - gem install sass
                - node -v
                - npm --version
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            597ce6471ea5 shankarmorwal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: