Download:
child 29:7e55aab1b3c4
parent 27:c274ab4968e5
28:b4cd2fd2442f
Anton Shestakov <av6@dwimlabs.net>, Sat, 10 Sep 2016 20:23:32 +0800
pipelines: missing dependency for log example

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Sat Sep 10 20:18:10 2016 +0800
+++ b/bitbucket-pipelines.yml Sat Sep 10 20:23:32 2016 +0800
@@ -21,4 +21,5 @@
- cd /tmp
- eval "$(~/.luarocks/bin/luarocks path)"
- lua5.1 "$OLDPWD/examples/version.lua"
+ - ~/.luarocks/bin/luarocks install --local lua-cjson
- lua5.1 "$OLDPWD/examples/log.lua"