Skip to content

Commit 2f339c0

Browse files
committed
CI: Update hrval validation job
1 parent 1cbdb18 commit 2f339c0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.circleci/config.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@ version: 2.1
22
jobs:
33
validate-yamls:
44
docker:
5-
- image: circleci/golang:1.13
5+
- image: stefanprodan/hrval:v2.6.0
66
steps:
77
- checkout
8-
- run:
9-
name: Install kubeval and hrval
10-
command: |
11-
curl -sL https://raw.githubusercontent.com/stefanprodan/hrval-action/v2.3.0/src/deps.sh | sudo bash
12-
sudo curl -sL https://raw.githubusercontent.com/stefanprodan/hrval-action/v2.3.0/src/hrval.sh \
13-
-o /usr/local/bin/hrval.sh && sudo chmod +x /usr/local/bin/hrval.sh
14-
sudo curl -sL https://raw.githubusercontent.com/stefanprodan/hrval-action/v2.3.0/src/hrval-all.sh \
15-
-o /usr/local/bin/hrval && sudo chmod +x /usr/local/bin/hrval
168
- run:
179
name: Validate workloads
1810
environment:

0 commit comments

Comments
 (0)