Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix: pull latest data schema (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
klu909 authored Feb 9, 2023
1 parent eef4006 commit c9a11c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

> Kubernetes VM Executor plugin for Screwdriver
## Deprecated

**Please note that this code is no longer used by the screwdriver.cd team and has not been maintained in a while. You are welcome to use and/or contribute to it at your own risk.**

## Usage

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"lodash": "^4.17.11",
"randomstring": "^1.1.5",
"requestretry": "^4.0.0",
"screwdriver-data-schema": "^21.0.0",
"screwdriver-data-schema": "^22.0.1",
"screwdriver-executor-base": "^8.0.0",
"tinytim": "^0.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared:
image: node:12
image: node:18

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
const MAXATTEMPTS = 5;
const RETRYDELAY = 3000;

describe('index', () => {
describe.skip('index', () => {
let Executor;
let requestRetryMock;
let fsMock;
Expand Down

0 comments on commit c9a11c7

Please sign in to comment.