2019-07-10 22:22:37 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
2020-12-16 07:42:48 +01:00
|
|
|
################################################################################
|
|
|
|
# NOTE: This file is UNMAINTAINED; it is provided for references purposes only.
|
|
|
|
# No guarantees are tendered that this structure will work after 2020.
|
|
|
|
################################################################################
|
|
|
|
# * https://en.wikipedia.org/wiki/Travis_CI:
|
|
|
|
# - "... free open-source plans were removed in [sic] the end of 2020"
|
|
|
|
# - https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
|
|
|
|
# - https://ropensci.org/technotes/2020/11/19/moving-away-travis/
|
|
|
|
################################################################################
|
2019-10-09 19:59:33 +02:00
|
|
|
## Machine config
|
2019-11-16 21:05:26 +01:00
|
|
|
os: 'linux'
|
|
|
|
arch: 'amd64'
|
|
|
|
dist: 'bionic'
|
2019-11-13 17:47:37 +01:00
|
|
|
version: '~> 1.0'
|
2019-07-10 22:22:37 +02:00
|
|
|
|
2019-10-09 19:59:33 +02:00
|
|
|
## Language and cache config
|
2019-11-16 21:05:26 +01:00
|
|
|
language: 'ruby'
|
|
|
|
cache: 'bundler'
|
|
|
|
|
|
|
|
## Services config
|
|
|
|
services:
|
|
|
|
- docker
|
2019-07-10 22:22:37 +02:00
|
|
|
|
2019-10-09 19:59:33 +02:00
|
|
|
## Script to run for the test stage
|
2019-07-10 22:22:37 +02:00
|
|
|
script:
|
2019-10-09 19:59:33 +02:00
|
|
|
- bin/kitchen verify "${INSTANCE}"
|
2019-07-10 22:22:37 +02:00
|
|
|
|
2019-10-09 19:59:33 +02:00
|
|
|
## Stages and jobs matrix
|
|
|
|
stages:
|
|
|
|
- test
|
2020-12-16 07:42:48 +01:00
|
|
|
# # As part of the switch away from Travis CI, ensure that the `release` stage
|
|
|
|
# # is not run inadvertently
|
|
|
|
# - name: 'release'
|
|
|
|
# if: 'branch = master AND type != pull_request'
|
2019-07-10 22:22:37 +02:00
|
|
|
jobs:
|
|
|
|
include:
|
2019-10-09 19:59:33 +02:00
|
|
|
## Define the test stage that runs the linters (and testing matrix, if applicable)
|
|
|
|
|
2019-10-11 22:07:17 +02:00
|
|
|
# Run all of the linters in a single job
|
2019-11-16 21:05:26 +01:00
|
|
|
- language: 'node_js'
|
|
|
|
node_js: 'lts/*'
|
|
|
|
env: 'Lint'
|
2019-11-27 21:58:37 +01:00
|
|
|
name: 'Lint: salt-lint, yamllint, rubocop, shellcheck & commitlint'
|
2019-11-16 21:05:26 +01:00
|
|
|
before_install: 'skip'
|
2019-07-10 22:22:37 +02:00
|
|
|
script:
|
2019-10-09 19:59:33 +02:00
|
|
|
# Install and run `salt-lint`
|
|
|
|
- pip install --user salt-lint
|
2019-11-27 22:58:14 +01:00
|
|
|
- git ls-files -- '*.sls' '*.jinja' '*.j2' '*.tmpl' '*.tst'
|
2019-11-27 21:58:37 +01:00
|
|
|
| xargs salt-lint
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
users-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./users/defaults.yaml
4:1 warning missing document start "---" (document-start)
5:20 warning truthy value should be one of [false, true] (truthy)
8:21 warning truthy value should be one of [false, true] (truthy)
9:15 warning truthy value should be one of [false, true] (truthy)
10:1 error too many blank lines (1 > 0) (empty-lines)
pillar.example
5:20 warning truthy value should be one of [false, true] (truthy)
14:13 warning truthy value should be one of [false, true] (truthy)
16:13 warning truthy value should be one of [false, true] (truthy)
19:13 warning truthy value should be one of [false, true] (truthy)
23:13 warning truthy value should be one of [false, true] (truthy)
25:5 error wrong indentation: expected 6 but found 4 (indentation)
37:23 warning truthy value should be one of [false, true] (truthy)
40:21 warning truthy value should be one of [false, true] (truthy)
41:20 warning truthy value should be one of [false, true] (truthy)
42:13 warning truthy value should be one of [false, true] (truthy)
47:17 warning truthy value should be one of [false, true] (truthy)
51:19 warning truthy value should be one of [false, true] (truthy)
52:23 warning truthy value should be one of [false, true] (truthy)
53:20 warning truthy value should be one of [false, true] (truthy)
54:21 warning truthy value should be one of [false, true] (truthy)
58:15 warning truthy value should be one of [false, true] (truthy)
59:15 warning truthy value should be one of [false, true] (truthy)
73:18 warning truthy value should be one of [false, true] (truthy)
75:20 warning truthy value should be one of [false, true] (truthy)
90:7 error duplication of key "privkey" in mapping (key-duplicates)
91:7 error duplication of key "pubkey" in mapping (key-duplicates)
117:44 warning too few spaces before comment (comments)
125:27 warning truthy value should be one of [false, true] (truthy)
153:17 warning truthy value should be one of [false, true] (truthy)
167:13 warning truthy value should be one of [false, true] (truthy)
171:16 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (102 > 88 characters) (line-length)
177:89 error line too long (102 > 88 characters) (line-length)
178:89 error line too long (100 > 88 characters) (line-length)
181:89 error line too long (94 > 88 characters) (line-length)
188:13 warning truthy value should be one of [false, true] (truthy)
189:12 warning truthy value should be one of [false, true] (truthy)
190:12 warning truthy value should be one of [false, true] (truthy)
test/salt/pillar/default.sls
25:89 error line too long (91 > 88 characters) (line-length)
175:89 error line too long (102 > 88 characters) (line-length)
180:89 error line too long (102 > 88 characters) (line-length)
181:89 error line too long (100 > 88 characters) (line-length)
184:89 error line too long (94 > 88 characters) (line-length)
```
2019-08-07 18:37:06 +02:00
|
|
|
# Install and run `yamllint`
|
2019-09-10 06:54:25 +02:00
|
|
|
# Need at least `v1.17.0` for the `yaml-files` setting
|
|
|
|
- pip install --user yamllint>=1.17.0
|
|
|
|
- yamllint -s .
|
2019-10-11 22:07:17 +02:00
|
|
|
# Install and run `rubocop`
|
|
|
|
- gem install rubocop
|
|
|
|
- rubocop -d
|
2019-11-27 21:58:37 +01:00
|
|
|
# Run `shellcheck` (already pre-installed in Travis)
|
|
|
|
- shellcheck --version
|
2019-11-27 22:58:14 +01:00
|
|
|
- git ls-files -- '*.sh' '*.bash' '*.ksh'
|
2019-11-27 21:58:37 +01:00
|
|
|
| xargs shellcheck
|
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
users-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./users/defaults.yaml
4:1 warning missing document start "---" (document-start)
5:20 warning truthy value should be one of [false, true] (truthy)
8:21 warning truthy value should be one of [false, true] (truthy)
9:15 warning truthy value should be one of [false, true] (truthy)
10:1 error too many blank lines (1 > 0) (empty-lines)
pillar.example
5:20 warning truthy value should be one of [false, true] (truthy)
14:13 warning truthy value should be one of [false, true] (truthy)
16:13 warning truthy value should be one of [false, true] (truthy)
19:13 warning truthy value should be one of [false, true] (truthy)
23:13 warning truthy value should be one of [false, true] (truthy)
25:5 error wrong indentation: expected 6 but found 4 (indentation)
37:23 warning truthy value should be one of [false, true] (truthy)
40:21 warning truthy value should be one of [false, true] (truthy)
41:20 warning truthy value should be one of [false, true] (truthy)
42:13 warning truthy value should be one of [false, true] (truthy)
47:17 warning truthy value should be one of [false, true] (truthy)
51:19 warning truthy value should be one of [false, true] (truthy)
52:23 warning truthy value should be one of [false, true] (truthy)
53:20 warning truthy value should be one of [false, true] (truthy)
54:21 warning truthy value should be one of [false, true] (truthy)
58:15 warning truthy value should be one of [false, true] (truthy)
59:15 warning truthy value should be one of [false, true] (truthy)
73:18 warning truthy value should be one of [false, true] (truthy)
75:20 warning truthy value should be one of [false, true] (truthy)
90:7 error duplication of key "privkey" in mapping (key-duplicates)
91:7 error duplication of key "pubkey" in mapping (key-duplicates)
117:44 warning too few spaces before comment (comments)
125:27 warning truthy value should be one of [false, true] (truthy)
153:17 warning truthy value should be one of [false, true] (truthy)
167:13 warning truthy value should be one of [false, true] (truthy)
171:16 warning truthy value should be one of [false, true] (truthy)
172:89 error line too long (102 > 88 characters) (line-length)
177:89 error line too long (102 > 88 characters) (line-length)
178:89 error line too long (100 > 88 characters) (line-length)
181:89 error line too long (94 > 88 characters) (line-length)
188:13 warning truthy value should be one of [false, true] (truthy)
189:12 warning truthy value should be one of [false, true] (truthy)
190:12 warning truthy value should be one of [false, true] (truthy)
test/salt/pillar/default.sls
25:89 error line too long (91 > 88 characters) (line-length)
175:89 error line too long (102 > 88 characters) (line-length)
180:89 error line too long (102 > 88 characters) (line-length)
181:89 error line too long (100 > 88 characters) (line-length)
184:89 error line too long (94 > 88 characters) (line-length)
```
2019-08-07 18:37:06 +02:00
|
|
|
# Install and run `commitlint`
|
2019-10-31 11:30:27 +01:00
|
|
|
- npm i -D @commitlint/config-conventional
|
|
|
|
@commitlint/travis-cli
|
2019-07-10 22:22:37 +02:00
|
|
|
- commitlint-travis
|
2019-10-09 19:59:33 +02:00
|
|
|
|
2020-10-03 11:55:13 +02:00
|
|
|
# Run `pre-commit` linters in a single job
|
|
|
|
- language: 'python'
|
|
|
|
env: 'Lint_pre-commit'
|
|
|
|
name: 'Lint: pre-commit'
|
|
|
|
before_install: 'skip'
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.cache/pre-commit
|
|
|
|
script:
|
|
|
|
# Install and run `pre-commit`
|
|
|
|
- pip install pre-commit==2.7.1
|
|
|
|
- pre-commit run --all-files --color always --verbose
|
|
|
|
- pre-commit run --color always --hook-stage manual --verbose commitlint-travis
|
|
|
|
|
2019-10-09 19:59:33 +02:00
|
|
|
## Define the rest of the matrix based on Kitchen testing
|
|
|
|
# Make sure the instances listed below match up with
|
|
|
|
# the `platforms` defined in `kitchen.yml`
|
2021-02-14 10:02:24 +01:00
|
|
|
# - env: INSTANCE=default-debian-10-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-debian-9-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-2004-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-1804-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-centos-8-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-centos-7-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-amazonlinux-2-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-8-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-7-tiamat-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-almalinux-8-tiamat-py3
|
|
|
|
# - env: INSTANCE=default-rockylinux-8-tiamat-py3
|
2019-11-01 09:34:09 +01:00
|
|
|
# - env: INSTANCE=default-debian-10-master-py3
|
|
|
|
- env: INSTANCE=vimrc-debian-10-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
# - env: INSTANCE=default-debian-9-master-py3
|
|
|
|
- env: INSTANCE=vimrc-debian-9-master-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-2004-master-py3
|
|
|
|
- env: INSTANCE=vimrc-ubuntu-2004-master-py3
|
2019-10-30 05:48:35 +01:00
|
|
|
# - env: INSTANCE=default-ubuntu-1804-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
- env: INSTANCE=vimrc-ubuntu-1804-master-py3
|
2019-10-30 05:48:35 +01:00
|
|
|
# - env: INSTANCE=default-centos-8-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
- env: INSTANCE=vimrc-centos-8-master-py3
|
|
|
|
# - env: INSTANCE=default-centos-7-master-py3
|
|
|
|
- env: INSTANCE=vimrc-centos-7-master-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-fedora-34-master-py3
|
|
|
|
- env: INSTANCE=vimrc-fedora-34-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
# - env: INSTANCE=default-fedora-33-master-py3
|
|
|
|
- env: INSTANCE=vimrc-fedora-33-master-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-153-master-py3
|
|
|
|
- env: INSTANCE=vimrc-opensuse-leap-153-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-152-master-py3
|
|
|
|
- env: INSTANCE=vimrc-opensuse-leap-152-master-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-tmbl-latest-master-py3
|
|
|
|
- env: INSTANCE=vimrc-opensuse-tmbl-latest-master-py3
|
2020-02-05 15:09:53 +01:00
|
|
|
# - env: INSTANCE=default-amazonlinux-2-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
- env: INSTANCE=vimrc-amazonlinux-2-master-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-8-master-py3
|
|
|
|
- env: INSTANCE=vimrc-oraclelinux-8-master-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-7-master-py3
|
|
|
|
- env: INSTANCE=vimrc-oraclelinux-7-master-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-arch-base-latest-master-py3
|
|
|
|
# - env: INSTANCE=vimrc-arch-base-latest-master-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
# - env: INSTANCE=default-gentoo-stage3-latest-master-py3
|
|
|
|
# - env: INSTANCE=vimrc-gentoo-stage3-latest-master-py3
|
|
|
|
# - env: INSTANCE=default-gentoo-stage3-systemd-master-py3
|
|
|
|
# - env: INSTANCE=vimrc-gentoo-stage3-systemd-master-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-almalinux-8-master-py3
|
|
|
|
- env: INSTANCE=vimrc-almalinux-8-master-py3
|
|
|
|
# - env: INSTANCE=default-rockylinux-8-master-py3
|
|
|
|
- env: INSTANCE=vimrc-rockylinux-8-master-py3
|
|
|
|
# - env: INSTANCE=default-debian-10-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-debian-9-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-2004-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-1804-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-centos-8-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-centos-7-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-fedora-34-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-fedora-33-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-leap-153-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-leap-152-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-tmbl-latest-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-amazonlinux-2-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-8-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-7-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-arch-base-latest-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-gentoo-stage3-latest-3003-1-py3
|
|
|
|
# - env: INSTANCE=default-gentoo-stage3-systemd-3003-1-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-debian-10-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-debian-9-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-2004-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-1804-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-centos-8-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-centos-7-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-fedora-34-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-fedora-33-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-amazonlinux-2-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-8-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-7-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-arch-base-latest-3002-6-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-gentoo-stage3-latest-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-gentoo-stage3-systemd-3002-6-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-leap-153-3002-2-py3
|
2021-02-14 10:02:24 +01:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-152-3002-2-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-tmbl-latest-3002-2-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-debian-10-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-debian-9-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-2004-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-1804-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-centos-8-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-centos-7-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-fedora-34-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-fedora-33-3001-7-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-153-3001-7-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-152-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-opensuse-tmbl-latest-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-amazonlinux-2-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-8-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-7-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-arch-base-latest-3001-7-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-gentoo-stage3-latest-3001-7-py3
|
|
|
|
# - env: INSTANCE=default-gentoo-stage3-systemd-3001-7-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-debian-10-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-debian-9-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-ubuntu-1804-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-centos-8-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-centos-7-3000-9-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-153-3000-9-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-opensuse-leap-152-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-amazonlinux-2-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-8-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-oraclelinux-7-3000-9-py3
|
2021-07-02 01:09:37 +02:00
|
|
|
# - env: INSTANCE=default-gentoo-stage3-latest-3000-9-py3
|
|
|
|
# - env: INSTANCE=default-gentoo-stage3-systemd-3000-9-py3
|
2021-05-09 23:35:17 +02:00
|
|
|
# - env: INSTANCE=default-ubuntu-1804-3000-9-py2
|
|
|
|
# - env: INSTANCE=default-arch-base-latest-3000-9-py2
|
2019-10-09 19:59:33 +02:00
|
|
|
|
|
|
|
## Define the release stage that runs `semantic-release`
|
2019-11-16 21:05:26 +01:00
|
|
|
- stage: 'release'
|
|
|
|
language: 'node_js'
|
|
|
|
node_js: 'lts/*'
|
|
|
|
env: 'Release'
|
2019-10-09 19:59:33 +02:00
|
|
|
name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
|
2019-11-16 21:05:26 +01:00
|
|
|
before_install: 'skip'
|
2019-07-10 22:22:37 +02:00
|
|
|
script:
|
|
|
|
# Update `AUTHORS.md`
|
|
|
|
- export MAINTAINER_TOKEN=${GH_TOKEN}
|
|
|
|
- go get github.com/myii/maintainer
|
|
|
|
- maintainer contributor
|
|
|
|
|
|
|
|
# Install all dependencies required for `semantic-release`
|
2019-10-31 11:30:27 +01:00
|
|
|
- npm i -D @semantic-release/changelog@3
|
|
|
|
@semantic-release/exec@3
|
|
|
|
@semantic-release/git@7
|
2019-07-10 22:22:37 +02:00
|
|
|
deploy:
|
2019-11-16 21:05:26 +01:00
|
|
|
provider: 'script'
|
2019-11-20 17:32:40 +01:00
|
|
|
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
|
|
|
|
# * https://docs.travis-ci.com/user/build-config-validation
|
|
|
|
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
|
|
|
|
edge: true
|
2019-11-16 21:05:26 +01:00
|
|
|
# Run `semantic-release`
|
2019-12-22 02:04:33 +01:00
|
|
|
script: 'npx semantic-release@15.14'
|
2020-05-21 21:11:58 +02:00
|
|
|
|
|
|
|
# Notification options: `always`, `never` or `change`
|
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
if: 'repo = saltstack-formulas/users-formula'
|
|
|
|
urls:
|
|
|
|
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fusers-formula&ignore_pull_requests=true
|
|
|
|
on_success: always # default: always
|
|
|
|
on_failure: always # default: always
|
|
|
|
on_start: always # default: never
|
|
|
|
on_cancel: always # default: always
|
|
|
|
on_error: always # default: always
|