Sha256: dbaeaf4ed113ca5aa5b138bd11e4c1c7e5ad859f93cbd30fbd107ebf9926f8b5

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

image: nni-hub.artifactory.safe-mgmt.swisscom.com/ruby-swisscom-certificates:2.6.0

variables:
  http_proxy: "http://serverproxy.corproot.net:8080"
  https_proxy: "http://serverproxy.corproot.net:8080"
  HTTP_PROXY: "http://serverproxy.corproot.net:8080"
  HTTPS_PROXY: "http://serverproxy.corproot.net:8080"
  no_proxy: ".swissptt.ch"

stages:
  - test

test:
  stage: test
  script:
    - bundle install
    - bundle exec rspec
#    - bundle exec rubocop
  tags:
    - docker

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
net-ssh-cli-0.1.0 .gitlab-ci.yml