gnucash maint: Fix docker command from previous.

John Ralls jralls at code.gnucash.org
Fri Oct 19 13:30:08 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/15cd3596 (commit)
	from  https://github.com/Gnucash/gnucash/commit/24cf5a20 (commit)



commit 15cd3596a9881cc91cf1442b33bdd8bfebe85778
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 19 10:29:57 2018 -0700

    Fix docker command from previous.

diff --git a/util/ci/ubuntu-14.04-docker b/util/ci/ubuntu-14.04-docker
index c5f836c..a7c8416 100644
--- a/util/ci/ubuntu-14.04-docker
+++ b/util/ci/ubuntu-14.04-docker
@@ -1,5 +1,5 @@
 from ubuntu:14.04
-cat /etc/apt/sources.list
+run cat /etc/apt/sources.list
 run apt-get update -qq
 run apt-get build-dep -qq gnucash > /dev/null
 run apt-get install -qq git bash-completion cmake3 make swig xsltproc libdbd-sqlite3 texinfo ninja-build libboost-all-dev libgtk-3-dev libwebkit2gtk-3.0-dev > /dev/null



Summary of changes:
 util/ci/ubuntu-14.04-docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list