Skip to content

Commit

Permalink
Fetch release-drafter config from GH (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 28, 2023
1 parent 4e73ba9 commit be86150
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y jq && rm -rf /var
COPY generate-jenkins-changelog.rb /jenkins-changelog-generator/bin/generate-jenkins-changelog
COPY lts-backports-changelog.rb /jenkins-changelog-generator/bin/lts-backports-changelog
COPY docker-runner.rb /jenkins-changelog-generator/bin/jenkins-changelog-generator
COPY release-drafter.yml /jenkins-changelog-generator/config/release-drafter.yml
ADD https://raw.githubusercontent.com/jenkinsci/.github/master/.github/release-drafter.yml /jenkins-changelog-generator/config/release-drafter.yml
RUN chmod +x /jenkins-changelog-generator/bin/*

VOLUME /github/workspace
Expand Down
82 changes: 0 additions & 82 deletions release-drafter.yml

This file was deleted.

0 comments on commit be86150

Please sign in to comment.