.gitlab-ci.yml in rancher-api-beta-0.8.0.pre.beta vs .gitlab-ci.yml in rancher-api-beta-0.8.1

- old
+ new

@@ -2,12 +2,12 @@ paths: - .bundler/ image: ruby:2.4 stages: - - publish - tests + - publish rubocop: stage: tests before_script: - gem install rubocop -v '0.48.1' @@ -32,6 +32,6 @@ script: - gem build rancher-api-beta - gem push *.gem only: - master - #when: manual + when: manual