mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Refactor release-prep and action due to issue running via docker
This commit is contained in:
parent
d6e6d670e6
commit
c3f98281c9
3 changed files with 64 additions and 42 deletions
|
|
@ -9,7 +9,5 @@ docker run -it --rm \
|
|||
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends git make netbase && cd /app && gem install bundler && bundle install --jobs 3; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'
|
||||
|
||||
# Update Changelog
|
||||
docker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v $(pwd):/usr/local/src/your-app \
|
||||
githubchangeloggenerator/github-changelog-generator:1.16.2 \
|
||||
github_changelog_generator --future-release $(grep VERSION lib/vmpooler/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
|
||||
gem install github_changelog_generator -v '~> 1.15.2'
|
||||
github_changelog_generator --future-release $(grep VERSION lib/vmpooler/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue