[Git][NTPsec/ntpsec][master] Make sure to use GNU find/gzip in "pages" CI job
Matt Selsky
gitlab at mg.gitlab.com
Thu Jul 19 22:12:00 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
05692881 by Matt Selsky at 2018-07-19T09:50:31Z
Make sure to use GNU find/gzip in "pages" CI job
BusyBox find doesn't support the -iregex flag
BusyBox gzip doesn't support the --keep flag
Also, run the "pages" CI job in all branches so that we catch this type of
error during the merge request, not after the commit to master.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ pages:
stage: build
image: alpine
script:
- - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev asciidoc
+ - apk update && apk add gcc bison musl-dev openssl-dev libcap-dev python2-dev asciidoc findutils gzip
- python ./waf configure --enable-doc --prefix=/tmp/docbot-local --htmldir=`pwd`/public/latest/ build install
- cp www/favicon.ico public
- cp docs/top.html.in public/index.html
@@ -12,8 +12,6 @@ pages:
artifacts:
paths:
- public
- only:
- - master
tags:
- gitlab-org
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0569288123bcc20500be0d2273522a9b038cfcd5
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0569288123bcc20500be0d2273522a9b038cfcd5
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180719/14d4f44d/attachment.html>
More information about the vc
mailing list