mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Merge branch 'typo' into 'main'
Fix trivial typo in job error message See merge request components/sast!6
This commit is contained in:
commit
e0e2183234
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue