Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#313] allow dynamic default branch #314

Merged
merged 1 commit into from
Nov 25, 2021
Merged

[#313] allow dynamic default branch #314

merged 1 commit into from
Nov 25, 2021

Conversation

mbao01
Copy link
Contributor

@mbao01 mbao01 commented Nov 21, 2021

No description provided.

@0crat
Copy link
Collaborator

0crat commented Nov 21, 2021

@mbao01/z this pull request is too small, just 6 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @yegor256/z please review this and merge or reject

@mbao01
Copy link
Contributor Author

mbao01 commented Nov 21, 2021

@yegor256 please review

@yegor256
Copy link
Owner

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Nov 25, 2021

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Nov 25, 2021

@rultor merge

@mbao01 @yegor256 Oops, I failed. You can see the full log here (spent 5min)

+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /home/r
+ cp -R ./cid ./config.yml ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export [email protected]:yegor256/0pdd.git
+ [email protected]:yegor256/0pdd.git
+ export pull_id=314
+ pull_id=314
+ export [email protected]:mbao01/0pdd.git
+ [email protected]:mbao01/0pdd.git
+ export fork_branch=313
+ fork_branch=313
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=[#313] allow dynamic default branch'
+ pull_title='[#313] allow dynamic default branch'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install pdd -v 0.20.5
Fetching pdd-0.20.5.gem
Fetching mini_portile2-2.4.0.gem
Fetching nokogiri-1.10.3.gem
Fetching slop-4.6.1.gem
Successfully installed mini_portile2-2.4.0
Building native extensions. This could take a while...
Successfully installed nokogiri-1.10.3
Successfully installed slop-4.6.1
Successfully installed pdd-0.20.5
Parsing documentation for mini_portile2-2.4.0
Installing ri documentation for mini_portile2-2.4.0
Parsing documentation for nokogiri-1.10.3
Installing ri documentation for nokogiri-1.10.3
Parsing documentation for slop-4.6.1
Installing ri documentation for slop-4.6.1
Parsing documentation for pdd-0.20.5
Installing ri documentation for pdd-0.20.5
Done installing documentation for mini_portile2, nokogiri, slop, pdd after 3 seconds
4 gems installed
+ git config --global user.email [email protected]
+ git config --global user.name 0pdd.com
+ export GEM_HOME=/home/r/.ruby
+ GEM_HOME=/home/r/.ruby
+ export GEM_PATH=/home/r/.ruby:/usr/local/rvm/gems/ruby-2.7.0:/usr/local/rvm/gems/ruby-2.7.0@global
+ GEM_PATH=/home/r/.ruby:/usr/local/rvm/gems/ruby-2.7.0:/usr/local/rvm/gems/ruby-2.7.0@global
+ ruby -v
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
+ bundle install --no-color
Your Ruby version is 2.7.0, but your Gemfile specified 2.6.0
container 8a5866a72551956ee684695d4af689cde39ec3c13467a14d84dde511091169e3 is dead
Thu Nov 25 20:58:50 CET 2021

@yegor256
Copy link
Owner

@rultor merge

yegor256 added a commit that referenced this pull request Nov 25, 2021
@rultor
Copy link
Collaborator

rultor commented Nov 25, 2021

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 854b6b1 into yegor256:master Nov 25, 2021
@rultor
Copy link
Collaborator

rultor commented Nov 25, 2021

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 7min)

@0crat
Copy link
Collaborator

0crat commented Nov 25, 2021

Job gh:yegor256/0pdd#314 is not assigned, can't get performer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants