[ci] skip; display-name updates; gardening

This commit is contained in:
Max Howell 2023-07-24 16:14:53 -04:00
parent e1226d1339
commit b8428969ec
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
4 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
distributable: distributable:
url: https://registry.npmjs.org/aws-cdk/-/aws-cdk-{{version}}.tgz url: https://registry.npmjs.org/aws-cdk/-/aws-cdk-{{version}}.tgz
strip-components: 1 strip-components: 1
display-name: aws-cdk display-name: aws/cdk
versions: versions:
url: https://www.npmjs.com/package/aws-cdk?activeTab=versions url: https://www.npmjs.com/package/aws-cdk?activeTab=versions
match: /v\/\d+\.\d+\.\d+/ match: /v\/\d+\.\d+\.\d+/
@ -31,4 +31,4 @@ provides:
- bin/cdk - bin/cdk
test: test:
script: script:
- cdk --version | grep {{version}} - cdk --version | grep {{version}}

View file

@ -27,7 +27,7 @@ build:
# instead of the beginning. # instead of the beginning.
CPATH: $CPATH:{{deps.python.org.prefix}}/include/python{{deps.python.org.version.marketing}} CPATH: $CPATH:{{deps.python.org.prefix}}/include/python{{deps.python.org.version.marketing}}
test: | test:
# Pretty much anything else appears to require AWS credentials # Pretty much anything else appears to require AWS credentials
aws --version aws --version

View file

@ -19,3 +19,5 @@ build:
test: | test: |
[[ "$(sourcery --version)" = "{{version}}" ]] [[ "$(sourcery --version)" = "{{version}}" ]]
display-name: Sourcery

View file

@ -30,3 +30,5 @@ provides:
# the sources are versioned independently from that # the sources are versioned independently from that
test: test:
unrar unrar
display-name: unrar