diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 12:27:06 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 12:27:06 +0200 |
| commit | 72a6ce061e3478adf5eedec646293880e44fbf58 (patch) | |
| tree | e9821ff7c6dca77e34f0fd9f5caa2205b6d9a063 | |
| parent | 435a91414f30103cdb4cfea140d6afb4a5d42779 (diff) | |
| download | Ishtar-72a6ce061e3478adf5eedec646293880e44fbf58.tar.bz2 Ishtar-72a6ce061e3478adf5eedec646293880e44fbf58.zip | |
CI: install old version of the package and test upgrade
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73ae21f0c..c7be7ec42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,12 @@ stable: debian: script: - - apt-get install -q -y build-essential - make deb + - apt-get install -q -y build-essential wget + - wget -O /etc/apt/sources.list.d/iggdrasil.list http://deb.iggdrasil.net/dists/wheezy/iggdrasil.list + - apt-get update + - apt-get install python-django-ishtar + - INSTANCE=my_ishtar URL=localhost ishtar-prepare-instance + - dpkg -i python-django-ishtar_*.deb only: - wheezy |
