comparison .build.yml @ 89:484b9c79a149

CI: fix repository location
author Paper <paper@paper.us.eu.org>
date Mon, 17 Jun 2024 21:45:03 -0400
parents ec24b7d30ce9
children f07319404ff9
comparison
equal deleted inserted replaced
88:bac91b82b969 89:484b9c79a149
7 - ruby-json 7 - ruby-json
8 - ruby-jekyll 8 - ruby-jekyll
9 - ruby-bundler 9 - ruby-bundler
10 environment: 10 environment:
11 site: paper.us.eu.org 11 site: paper.us.eu.org
12 sources:
13 - hg+https://hg.paper.us.eu.org/web
12 tasks: 14 tasks:
13 - package: | 15 - package: |
14 cd web 16 cd web
15 bundle config set --local path ".bundler" 17 bundle config set --local path ".bundler"
16 bundle install 18 bundle install