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

Commit a3b586e

Browse files
committedAug 23, 2019
add circleci validationas well
1 parent 23bbc0d commit a3b586e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ workflows:
4949

5050
version: 2
5151
jobs:
52+
validate-config:
53+
steps:
54+
- run:
55+
- >
56+
if ! eMSG=$(circleci config validate -c .circleci/config.yml); then
57+
echo "CircleCI Configuration Failed Validation."
58+
echo $eMSG
59+
exit 1
60+
fi
5261
node-base-test: &node-base-test
5362
working_directory: ~/analytics-node
5463
docker:

0 commit comments

Comments
 (0)
This repository has been archived.