.gitlab-ci.yml in puppet-debugger-0.5.1 vs .gitlab-ci.yml in puppet-debugger-0.6.0

- old
+ new

@@ -11,10 +11,12 @@ - gem update --system > /dev/null - gem install bundler > /dev/null - bundle install --without development validate - bundle exec puppet module install puppetlabs-stdlib - bundle exec rake spec + tags: + - ruby web_trigger_staging: type: web_deploy variables: REF: staging @@ -43,17 +45,19 @@ - master@puppet-debugger/puppet-debugger script: - gem install release_me - bump_and_tag -web_trigger_production: - type: web_deploy - variables: - REF: production - only: - - tags - script: - - "curl -X POST -F token=$PREPL_BUILD_TRIGGER_TOKEN -F ref=$REF https://gitlab.com/api/v3/projects/1146764/trigger/builds" +#web_trigger_production: +# type: web_deploy +# variables: +# REF: production +# only: +# - tags +# tags: +# - ruby +# script: +# - "curl -X POST -F token=$PREPL_BUILD_TRIGGER_TOKEN -F ref=$REF https://gitlab.com/api/v3/projects/1146764/trigger/builds" .ruby_193: &ruby193 image: ruby:1.9.3 .ruby_20: &ruby20