prima-twig 0.36.24 → 0.36.25

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +7 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 169cd6b954dda32bd202287a8dc48b2b71f72009
4
- data.tar.gz: 1925ee8c0e90274a99f35483725ca393c6e0efbc
3
+ metadata.gz: b475c93f46affbdc01d773c3d6d7757672e306d1
4
+ data.tar.gz: 33d7f767a9f2c06ff6253da29bd0b4708e5d16df
5
5
  SHA512:
6
- metadata.gz: 1b7ed878cfa490441f74e3f004afcf98f9d2baeeecdecbb787ecaa505d778873078c9a2bda7ca55cb3c1e0d6cc876b63888d2ef534ab3110581c3ed296441d3d
7
- data.tar.gz: f52091532e8f24515d082b9dd493793d04dd3b71b9117f4c5fd08dce9d7f19dd9417d8dc9c67bf31998fd97e74b3a2399c1527a1f39234c8ccd755034a42bece
6
+ metadata.gz: '0339f51b2c3250c1ee8b90fc2e9c0ebee0a324ce44f96d0abfe95632caf6bfdc6f8b0ba81a9cbaafa29bf4ae5d4d5dcc91b5b5e3a363acc152d7d6e60db4d29b'
7
+ data.tar.gz: 1e1a3992f3099af819c3a420ccec7a9703ec7e34cbcc4811078a1e5f8d1a3af754649312cbfb2ed802489106d30c4bae741c45740a27955e09639270eb305090
data/bin/twig-feature CHANGED
@@ -1628,7 +1628,13 @@ class Release
1628
1628
  end
1629
1629
  end
1630
1630
 
1631
- artifact_path = Dir.glob("_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
1631
+ if @qainit
1632
+ execute_command 'pwd'
1633
+ execute_command 'find . -type f | grep ermes.tar.gz'
1634
+ artifact_path = Dir.glob("/drone/src/github.com/primait/qainit/projects/ermes/_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
1635
+ else
1636
+ artifact_path = Dir.glob("_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
1637
+ end
1632
1638
  upload_artifact(artifact_path, "microservices/ermes/#{revision}-#{deploy_id}-qa.tar.gz", "#{@s3_bucket}-encrypted")
1633
1639
 
1634
1640
  Dir.chdir '../../'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.24
4
+ version: 0.36.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino