diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed1453a..058bc38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ check-description: route="$CI_API_V4_URL/projects/$CI_PROJECT_ID" desc=`curl --silent $route | jq '.description'` if [ "$desc" = "null" ]; then - echo "Description not set. Please set a projet description" + echo "Description not set. Please set a project description" exit 1 else echo "Description set"