slosilo 3.0.2.pre.2 → 3.0.2.pre.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) 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. data/test.sh +1 -1
  6. 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: 5b47974c0f9dbad57de4a9fca40cda18acb73a9132b7495f8d594731f6e9c4bf
4
+ data.tar.gz: 0a8d8740b26ea73d7c65521fb88af34009e5594ca458dc799349fa9dd35470b6
5
5
  SHA512:
6
- metadata.gz: 20f934fccce50a269d2f01a58bc50b2a4c2689a1db667eceaafd1f8be7a582d7af7b632057f27ceeb097fdea9bd4ab113edd7897b6312fa31425faa555819cda
7
- data.tar.gz: 03e1d13e0c6ff3229365da59640440772eb8cb7114ca58c95def135eb41ec48a3919a84244238e2d6a2c9df32e66ab3d43bfb37e8bf40783a241561ca112c81d
6
+ metadata.gz: 6a9b785c39b8c385809f5f276e422835b5e52adca9d68ec70fe7ea4fb73ddf8f9cded2d31cc48d90d75a533ba935d9ba5b72aea91eb6b728ff7ea0899319f785
7
+ data.tar.gz: eb95419fb809b01149ad494119b8c586aca7b1126bfd4e4a23e1c36168a1cd415e8e824061ff1a951d89bc6f8ccbfc4ecc1f1c6d0baf83232021909aa352d11e
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
data/test.sh CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  echo "==> Docker Run"
5
- docker run --rm --volume $PWD:/app --workdir /app cyberark/ubuntu-ruby-builder bash -c 'git config --global --add safe.directory /app && bundle && ls -ltra && bundle exec rake jenkins' || :
5
+ docker run --rm --volume $PWD:/app --workdir /app cyberark/ubuntu-ruby-builder bash -c 'git config --global --add safe.directory /app && bundle && bundle exec rake jenkins' || :
6
6
 
7
7
  echo "==> CP Coverage to Spec"
8
8
  cp -r coverage spec
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.5
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-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake