File tree Expand file tree Collapse file tree
github.com/axllent/mailpit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # old name -- use mailpit.axllent.org instead
12distributable:
23 url: https://github.com/axllent/mailpit/archive/{{version.tag}}.tar.gz
34 strip-components: 1
@@ -7,13 +8,13 @@ versions:
78
89dependencies:
910 linux:
10- curl.se/ca-certs: '*'
11+ curl.se/ca-certs: "*"
1112
1213build:
1314 dependencies:
1415 nodejs.org: <21
15- npmjs.com: '*'
16- go.dev: '*'
16+ npmjs.com: "*"
17+ go.dev: "*"
1718 script:
1819 - npm install
1920 - npm run build
3031 - -w
3132 - -X github.com/axllent/mailpit/config.Version={{version}}
3233
33- provides:
34- - bin/mailpit
35-
3634test:
37- - mailpit version
38- - mailpit version | grep {{version}}
35+ - mailpit version --no-release-check | tee out
36+ - grep {{version}} out
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ versions:
77
88dependencies:
99 linux:
10- curl.se/ca-certs: '*'
10+ curl.se/ca-certs: "*"
1111
1212build:
1313 dependencies:
1414 go.dev: ^1.20
1515 nodejs.org: ^18
16- npmjs.com: '*'
16+ npmjs.com: "*"
1717 script:
1818 - npm install
1919 - npm run package
@@ -35,5 +35,5 @@ provides:
3535 - bin/mailpit
3636
3737test:
38- - mailpit version
39- - mailpit version | grep "v {{version}}"
38+ - mailpit version --no-release-check | tee out
39+ - grep {{version}} out
You can’t perform that action at this time.
0 commit comments