1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Artyom Kazak
59deb57474
Add libpq to Docker image dependencies (#334)
Otherwise running `docker run quay.io/aelve/guide:develop--back` results in:

    ./guide: error while loading shared libraries:
    libpq.so.5: cannot open shared object file: No such file or directory
2019-07-12 20:48:40 +03:00
Artyom Kazak
1b22041506
Migrate to LTS 13 and Ubuntu Xenial (#302) 2019-06-26 11:35:52 +03:00
Vladislav Sabanov
e85eca1b66
Fix dockerfile and readme (#282)
* Fix dockerfile and readme

* Fix up
2019-04-27 01:41:12 +05:00
Vladislav Sabanov
7d9d8ec84e
Make docker and upload (#279)
* Make docker and upload

* Try to allow failures

* Allow failures npm

* Or True

* Or true

* Remove or true

* Fix config files

* Test cp

* Find dist

* Fix stage

* where is make

* Fix cd

* Remove checkers

* Fix dockerfile

* Add env to dockerfile

* Comment envs

* Set api=localhost

* Fix dockerfile and win

* Trigger on push
2019-04-24 20:25:12 +05:00
Artyom Kazak
70283a8fa7 Travis improvements (#253)
* Fix xvfb

* Install Stack differently

* Revert to Ubuntu Trusty

* Fix test path
2019-01-02 17:07:52 +04:00
Artyom Kazak
1758dab793
[WIP] Push a Docker image after a Travis build (#252)
Push a Docker image after a Travis build
2018-12-28 15:07:18 +11:00