Skip to content
Snippets Groups Projects
Commit b6c6d43f authored by Jesusalva Jesusalva's avatar Jesusalva Jesusalva :speech_balloon:
Browse files

Merge branch 'jesusalva/sillytest' into 'master'

Remove the Contributors CI test

See merge request evol/clientdata!181
parents 7893acec 5f2d8901
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,6 @@ testxml:
- ./.tools/testxml.sh
- pwd
contributors:
stage: test
script:
- ./.tools/contributors.sh
- pwd
pngcheck:
stage: test
script:
......
#!/bin/bash
source ./.tools/init.sh
clientdata_init
aptget_update
aptget_install git-core gcc ca-certificates libxml2-utils make xsltproc
rm -rf tools
gitclone https://gitlab.com/evol evol-tools.git tools
cd tools/contrib_xsl
make about-server
check_error $?
cd ../../clientdata
export RES=$(git diff)
if [[ -n "${RES}" ]]; then
echo "Contributors list not updated"
git diff
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment