Skip to content

Commit db4aa34

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #54 from jsager/add-changelog-docker-build
Added changlog files to Docker and build.sh
2 parents 284848e + 4248967 commit db4aa34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ COPY linode-docs.postinst .
1313
COPY linode-logo.svg .
1414
COPY redoc.standalone.js .
1515
COPY favicon.ico .
16+
COPY changelog/ .
1617

1718
CMD ["python", "openapi-linter.py", "openapi.yaml"]

build-docs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ fpm -s dir -t deb -n "${pkg_name}" -v "${version_number}" --iteration "${version
3535
-a all --prefix /usr/share/linode-docs/templates/ \
3636
--after-install linode-docs.postinst \
3737
--replaces "${replaces}" -- \
38-
index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js favicon.ico
38+
index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js \
39+
favicon.ico changelog/index.html changelog/changelog-style.css
3940

4041
outfile="$(ls -t ${pkg_name}*_all.deb | head -1)"
4142
sha1=$(sha1sum ${outfile})

0 commit comments

Comments
 (0)