Mercurial > hg > monetdb-perl
changeset 31:6c3c92109f97
workflow version 2
try set -x
fix quoting to allow $(lsb_release -s -c) to work
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 17 Dec 2020 13:47:50 +0100 (2020-12-17) |
parents | 2ac3451a49d5 |
children | d76d0651512f |
files | .github/workflows/runtests.yml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -13,11 +13,12 @@ jobs: - name: Install MonetDB run: | + set -x lsb_release -c -s sudo apt-get update -qq sudo apt-get install -y software-properties-common curl make - curl https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add - - sudo add-apt-repository 'deb http://dev.monetdb.org/downloads/deb/ $(lsb_release -c -s) monetdb' + curl -s https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add - + sudo add-apt-repository "deb http://dev.monetdb.org/downloads/deb/ $(lsb_release -c -s) monetdb" sudo apt-get update -qq sudo apt-get install -y monetdb5-server