Skip to content

Commit

Permalink
show log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 27, 2024
1 parent fd0ae47 commit 9938d1f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
48 changes: 48 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
PATH
remote: j
specs:
j (0.0.0)
faraday (~> 2.9)
faraday-http-cache (~> 2.5)
faraday-multipart (~> 1.0)
faraday-retry (~> 2.2)
fbe (~> 0.0)
loog (~> 0.2)
octokit (~> 9.1)
verbose (~> 0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -27,6 +40,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
always (0.0.4)
concurrent-ruby (~> 1.1)
ast (2.4.2)
Expand Down Expand Up @@ -73,8 +88,28 @@ GEM
yaml (~> 0.3)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
fbe (0.0.3)
backtrace (~> 0.3)
decoor (~> 0.0)
factbase (~> 0.0)
faraday (~> 2.9)
faraday-http-cache (~> 2.5)
faraday-multipart (~> 1.0)
faraday-retry (~> 2.2)
judges (~> 0.0)
loog (~> 0.2)
obk (~> 0.0)
octokit (~> 9.1.0)
others (~> 0.0)
verbose (~> 0.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
Expand Down Expand Up @@ -144,6 +179,7 @@ GEM
minitest (5.24.0)
moments (0.3.0)
multi_json (1.15.0)
multipart-post (2.4.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
Expand All @@ -161,6 +197,10 @@ GEM
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
obk (0.3.1)
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
openssl (3.2.0)
others (0.0.3)
parallel (1.25.1)
Expand All @@ -175,6 +215,7 @@ GEM
random-port (~> 0.3)
psych (5.1.2)
stringio
public_suffix (6.0.0)
racc (1.8.0)
rack (3.1.4)
rack-protection (4.0.0)
Expand Down Expand Up @@ -279,6 +320,9 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5)
sentry-raven (3.1.2)
Expand Down Expand Up @@ -321,6 +365,9 @@ GEM
unicode-display_width (2.5.0)
uri (0.13.0)
veils (0.4.0)
verbose (0.0.2)
loog (~> 0.2)
tago (~> 0.0)
webrick (1.8.1)
xcop (0.7.1)
differ (~> 0.1.2)
Expand Down Expand Up @@ -359,6 +406,7 @@ DEPENDENCIES
glogin (= 0.15.0)
haml (= 6.3.0)
iri (= 0.8.0)
j!
judges (= 0.13.0)
loog (= 0.5.1)
minitest (= 5.24.0)
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git add config.yml
git add Gemfile.lock
git add .gitignore
git commit -m 'config.yml for heroku'
trap 'git reset HEAD~1 && rm config.yml && git checkout -- .gitignore' EXIT
trap 'git reset HEAD~1 && rm config.yml && git checkout -- .gitignore && git checkout -- Gemfile.lock' EXIT
git push heroku master -f
rm -f target/pgsql-config.yml
bundle exec rake liquibase
1 change: 1 addition & 0 deletions objects/baza/pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def run(job, input, stdout)
'summary' => true,
'max-cycles' => 2,
'log' => true,
'verbose' => true,
'option' => job.secrets.map { |s| "#{s['key']}=#{s['value']}" },
'lib' => File.join(@jdir, 'lib')
},
Expand Down

0 comments on commit 9938d1f

Please sign in to comment.