.gitlab-ci.yml in puppet-repl-0.3.0 vs .gitlab-ci.yml in puppet-repl-0.3.1

- old
+ new

@@ -14,19 +14,19 @@ web_trigger_staging: type: web_deploy variables: REF: staging - 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 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 @@ -108,7 +108,13 @@ <<: *ruby21 puppet_45_ruby22: variables: PUPPET_GEM_VERSION: "~> 4.5" + <<: *puppet_job_def + <<: *ruby22 + +puppet_46_ruby22: + variables: + PUPPET_GEM_VERSION: "~> 4.6" <<: *puppet_job_def <<: *ruby22