yegor256 / rultor

DevOps team assistant that helps you merge, deploy, and release GitHub-hosted apps and libraries
https://www.rultor.com
Other
561 stars 157 forks source link

Docker container is lost in release #2052

Open h1alexbel opened 2 weeks ago

h1alexbel commented 2 weeks ago

Looking at rultor release log new tag was pushed:

You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published ghiqc v0.0.5 at registry `crates-io`
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.5 -m '0.0.5: tagged by rultor.com'
+ git reset --hard
HEAD is now at a4a5c67 0.0.5
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was a4a5c67).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:h1alexbel/ghiqc.git
 * [new tag]         0.0.5 -> 0.0.5

However @rultor can't publish a release to GitHub, and responds me with the following message:

Docker container h1alexbel_ghiqc_43 is lost

Here is the message

@yegor256 fix, please