Commit Graph

6 Commits

Author SHA1 Message Date
Hervé Le Meur 3a9d66c648
fix: replace `npm install` by `npm ci` to get deterministic builds (#54)
* fix: replace `npm install` by `npm ci` to get deterministic builds

* no need to upgrade npm in the Makefile, npm ci already existing in node 10 image

* use postgresql version 10 in docker-compose for tests like the 'produplink' database currently used in production
2023-10-30 14:08:20 +01:00
Hervé Le Meur 082899be74
fix: `infra.ci.jenkins.io` build (#43)
* fixup: set agent label for both ci.jenkins.io & infra.ci.jenkins.io

* Update Jenkinsfile

* fix when negation

* typo hadolint

* stash unstash build from nodejs

* fix stash folder

* remove comma
2023-10-27 17:42:39 +02:00
Hervé Le Meur 1feaabec70
deal with hadolint (added an ignore for now) 2023-10-27 15:36:39 +02:00
R. Tyler Croy 16130b7021
Make migration failures non-fatal to starting the application 2018-10-27 15:53:57 -07:00
R. Tyler Croy 0c8d0b7f3c
Ensure that migrations are run when the container boots
This is a little derpy, but the simplest way to reliable get these migrations to
execute along with application deployments
2018-10-22 10:34:19 -07:00
R. Tyler Croy f46e0cd3a9
Add the uplink docker container for @daniel-beck 2018-09-19 14:32:19 -07:00