File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,8 @@ rm -rf tmp-deps
31
31
mkdir tmp-deps
32
32
33
33
echo " === Install gitdown"
34
- mkdir -p ~ /bin
35
34
( cd tmp-deps && git clone https://github.com/zeromq/gitdown.git gitdown ) \
36
- && ( cd tmp-deps/gitdown && ./install-wrapper ~ /bin ) || exit $?
37
- PATH=" $PATH :~/bin"
38
- export PATH
35
+ && ( cd tmp-deps/gitdown && ./install-wrapper " ${REPO_DIR} " ) || exit $?
39
36
command -v gitdown > /dev/null 2>&1
40
37
41
38
echo " === Configure zproject to get a Makefile"
@@ -48,6 +45,7 @@ $CI_TIME ./configure --prefix="${BUILD_PREFIX}" || exit $?
48
45
echo " === Make sure zproject markdown docs are up to date"
49
46
touch * .txt * .xml
50
47
make README.md
48
+ rm -f " ${REPO_DIR} /gitdown"
51
49
if [[ $( git --no-pager diff -w) ]]; then
52
50
git --no-pager diff -w
53
51
echo " === FAIL: There are diffs between current README.md and the one generated by gitdown!"
You can’t perform that action at this time.
0 commit comments