slosilo 3.0.2.pre.2 → 3.0.2.pre.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Jenkinsfile +2 -2
  3. data/publish.sh +5 -2
  4. data/slosilo.gemspec +0 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1075a35a45e236bad68485de1ceb215799e5eb7172832edd6c8fff01b7e8fa2f
4
- data.tar.gz: 9ae748a89c1daf20563290d7616f543e0c6ffc3f38bd4e934278f21b5f064d4f
3
+ metadata.gz: 0ce8e2671ff9dcb73fe9e2c52c7bdc2a2f9aace014a53f0fba6f88e4fe3f4cfd
4
+ data.tar.gz: a8a45a9ca83d1a2fb65450094389477a0b8c42cf66eb4fac2fafeff1de9747d7
5
5
  SHA512:
6
- metadata.gz: 20f934fccce50a269d2f01a58bc50b2a4c2689a1db667eceaafd1f8be7a582d7af7b632057f27ceeb097fdea9bd4ab113edd7897b6312fa31425faa555819cda
7
- data.tar.gz: 03e1d13e0c6ff3229365da59640440772eb8cb7114ca58c95def135eb41ec48a3919a84244238e2d6a2c9df32e66ab3d43bfb37e8bf40783a241561ca112c81d
6
+ metadata.gz: 237d930ad071910d8264e36248fd1d4e011d54a2a682435cd1ca8882b3b088018139619908c3a9083fba64b66ae3b846c5afffa7cc32e7c91a66795cc8b99ae0
7
+ data.tar.gz: 75e4ea1a4cbacc9b6fa41d2acfb633bf8e16f818113c491316a61b2c7d74689c1600735093073732af4631f646f68d7e8b932d5192d031af822a42b9eac5134d
data/Jenkinsfile CHANGED
@@ -22,9 +22,9 @@ if (params.MODE == "PROMOTE") {
22
22
  // Publish container images to internal registry
23
23
  //INFRAPOOL_EXECUTORV2_AGENT_0.agentSh "summon --yaml 'RUBYGEMS_API_KEY: !var rubygems/api-key' ${toolsDirectory}/bin/publish-rubygem slosilo"
24
24
 
25
- INFRAPOOL_EXECUTORV2_AGENT_0.agentSh "./publish.sh"
25
+ infrapool.agentSh "./publish.sh"
26
26
 
27
- INFRAPOOL_EXECUTORV2_AGENT_0.agentSh "cp slosilo*.gem ${assetDirectory}"
27
+ infrapool.agentSh "cp slosilo*.gem ${assetDirectory}"
28
28
  }
29
29
  release.copyEnterpriseRelease(params.VERSION_TO_PROMOTE)
30
30
  return
data/publish.sh CHANGED
@@ -1,5 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
- summon --yaml "RUBYGEMS_API_KEY: !var rubygems/api-key" \
5
- publish-rubygem slosilo
4
+ #summon --yaml "RUBYGEMS_API_KEY: !var rubygems/api-key" \
5
+ # publish-rubygem slosilo
6
+
7
+ summon -f secrets.yml publish-rubygem slosilo
8
+
data/slosilo.gemspec CHANGED
@@ -1,7 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  begin
3
3
  require File.expand_path('../lib/slosilo/version', __FILE__)
4
- # require File.expand_path('./lib/slosilo/version.rb', __FILE__)
5
4
  rescue LoadError
6
5
  # so that bundle can be run without the app code
7
6
  module Slosilo
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slosilo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2.pre.2
4
+ version: 3.0.2.pre.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafał Rzepecki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2024-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake