renuo-cli 1.8.0 → 2.0.0
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.
- checksums.yaml +4 -4
- data/.semaphore/master-deploy.yml +0 -1
- data/lib/renuo/cli/app/release_project.rb +1 -1
- data/lib/renuo/cli/app/templates/semaphore/semaphore-deploy.yml.erb +1 -0
- data/lib/renuo/cli/app/templates/semaphore/semaphore.yml.erb +3 -1
- data/lib/renuo/cli/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea41f1e1409107f56612a86c5ffac9270043c1a26de29daacd897389d9aeb021
|
|
4
|
+
data.tar.gz: 0402adae259c529bb4121c20bb58918ab94df544c5686980d7e789d50f606669
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c279530144b65ab0d43c65bbd14e3f983bb6479fa0c4b55b04b9b28938668086db8a5767a7eff1e4b7d7190e6b29093b8903ceb32ab3e879cda7290298171707
|
|
7
|
+
data.tar.gz: 80a86bc7b74a850eac17a8ea94626eecd831c4a7e1010e4c2a167e12425c5a190a52978d0c7c95e7404de717040aa05ce8dbcad83cbb1dea2c45cfc6749acfaa
|
|
@@ -60,7 +60,7 @@ class ReleaseProject
|
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
def checkout_project
|
|
63
|
-
unless system("#{MOVE_TO_TMP_FOLDER} &&
|
|
63
|
+
unless system("#{MOVE_TO_TMP_FOLDER} && gh repo clone #{@project_name} && " \
|
|
64
64
|
"cd #{folder_name} && git checkout master && git pull origin master &&" \
|
|
65
65
|
'git checkout develop && git pull origin develop && git flow init -d')
|
|
66
66
|
abort('>> Project not found on Github.')
|
|
@@ -24,7 +24,9 @@ blocks:
|
|
|
24
24
|
commands:
|
|
25
25
|
- checkout --use-cache
|
|
26
26
|
- source .semaphore/bin/cache_restore rails
|
|
27
|
-
- bundle
|
|
27
|
+
- bundle config set deployment 'true'
|
|
28
|
+
- bundle config set path 'vendor/bundle'
|
|
29
|
+
- bundle install -j 4
|
|
28
30
|
- nvm install
|
|
29
31
|
- bin/yarn install --cache-folder ~/.cache/yarn
|
|
30
32
|
- source .semaphore/bin/cache_store rails
|
data/lib/renuo/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: renuo-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Renuo AG
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeresource
|
|
@@ -349,7 +349,7 @@ homepage: https://github.com/renuo/renuo-cli
|
|
|
349
349
|
licenses:
|
|
350
350
|
- MIT
|
|
351
351
|
metadata: {}
|
|
352
|
-
post_install_message:
|
|
352
|
+
post_install_message:
|
|
353
353
|
rdoc_options: []
|
|
354
354
|
require_paths:
|
|
355
355
|
- lib
|
|
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
365
365
|
version: '0'
|
|
366
366
|
requirements: []
|
|
367
367
|
rubygems_version: 3.1.4
|
|
368
|
-
signing_key:
|
|
368
|
+
signing_key:
|
|
369
369
|
specification_version: 4
|
|
370
370
|
summary: The Renuo CLI automates some common workflows.
|
|
371
371
|
test_files: []
|