slosilo 3.0.2.pre.35 → 3.0.2.pre.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: 895f1d4847e69b81eabf744165c1ff3088679bf332d9c8ff74d9251f5180aa7c
4
- data.tar.gz: 44f4a6e46b3818f1f2b35431009015c4677d5f15a01c8d48e713450f7d54c1ce
3
+ metadata.gz: 0ce8e2671ff9dcb73fe9e2c52c7bdc2a2f9aace014a53f0fba6f88e4fe3f4cfd
4
+ data.tar.gz: a8a45a9ca83d1a2fb65450094389477a0b8c42cf66eb4fac2fafeff1de9747d7
5
5
  SHA512:
6
- metadata.gz: 48a062d3dc8d350191467a01f9985e97ac1812a390e39982b4dec3681c8111f4a30ad0beb591a927a6cb6591566e49ef123a9917943967d595edf61df11be10e
7
- data.tar.gz: f81d2d41620550453f99b952cac2615beed0bb8158efc40c38726e7b230776c3e2df0769447439d52c2eec5cbe29bd56d073a6a9f692b46eba2bdf4270a1f2a6
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.35
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-11-17 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