Skip to content

Commit

Permalink
rultor cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 13, 2022
1 parent 3c8629f commit b9ca11e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
docker:
image: yegor256/rultor-image:1.9.1
assets:
s3cfg: yegor256/home#assets/s3cfg
npmrc: yegor256/home#assets/npmrc
install: |
sudo gem install --no-document pdd
pdd --source=$(pwd) --verbose --file=/dev/null
npm install --no-color
architect:
- yegor256
- filfreire
merge:
script: |
npm run rultor --no-color
pdd --source=$(pwd) --verbose --file=/dev/null
commanders:
- yegor256
- filfreire
deploy:
script: |
npm test
pdd --source=$(pwd) --verbose --file=tacit.xml
s3cmd --no-progress put tacit.xml --config=../s3cfg s3://pdd.teamed.io/tacit.xml
commanders:
- yegor256
release:
commanders:
- yegor256
Expand Down

0 comments on commit b9ca11e

Please sign in to comment.