summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2021-11-17 23:34:02 +0100
committerJohannes Schauer Marin Rodrigues <josch@mister-muffin.de>2021-11-17 23:34:02 +0100
commit538130f31bf8baae11a5a4aca36b103a4eca0d31 (patch)
tree890f0269f32b64690b8d5574d5225b098307e211
parent81c702644f64840fda688387ad2f734c4cae62db (diff)
debian/salsa-ci.yml: get node-chroma-js and node-shluv from salsaci aptly repos
-rw-r--r--debian/salsa-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 8424db4..e748f6f 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,3 +1,8 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+before_script:
+ - echo "deb [trusted=yes] https://salsa.debian.org/js-team/node-chroma-js/-/jobs/2190648/artifacts/raw/aptly unstable main" | tee /etc/apt/sources.list.d/node-chroma-js.list
+ - echo "deb [trusted=yes] https://salsa.debian.org/js-team/node-hsluv/-/jobs/2190661/artifacts/raw/aptly unstable main" | tee /etc/apt/sources.list.d/node-hsluv.list
+ - apt-get update