Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 6f13dea

Browse files
chore: new owl bot post processor docker image (#293)
gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:b94b09fb24bf804090b8cc60ee726ca161d5e5915151e417f8ef5d8bcfe73cbc
1 parent fcfa50c commit 6f13dea

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3-
digest: sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f
3+
digest: sha256:b94b09fb24bf804090b8cc60ee726ca161d5e5915151e417f8ef5d8bcfe73cbc

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- run: rm -rf node_modules
2525
- run: npm install
2626
- run: npm test
27-
- name: coverage
28-
uses: codecov/codecov-action@v1
29-
with:
30-
name: actions ${{ matrix.node }}
31-
fail_ci_if_error: false
3227
windows:
3328
runs-on: windows-latest
3429
steps:
@@ -38,11 +33,6 @@ jobs:
3833
node-version: 14
3934
- run: npm install
4035
- run: npm test
41-
- name: coverage
42-
uses: codecov/codecov-action@v1
43-
with:
44-
name: actions windows
45-
fail_ci_if_error: false
4636
lint:
4737
runs-on: ubuntu-latest
4838
steps:

0 commit comments

Comments
 (0)