From 9921cdc6a5d9b970e4148d099e7a34a36e1419d6 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sun, 16 Aug 2020 19:42:35 +0100 Subject: [PATCH] updated gitlab_validate_ci_yaml.sh --- gitlab_validate_ci_yaml.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab_validate_ci_yaml.sh b/gitlab_validate_ci_yaml.sh index 54e9e42b..070d6fcf 100755 --- a/gitlab_validate_ci_yaml.sh +++ b/gitlab_validate_ci_yaml.sh @@ -13,6 +13,8 @@ # https://www.linkedin.com/in/harisekhon # +# https://docs.gitlab.com/ee/api/lint.html + set -euo pipefail [ -n "${DEBUG:-}" ] && set -x srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"