Skip to content

Commit

Permalink
CI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Dec 30, 2019
1 parent e3ef5a1 commit 25d0e17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if [ ! -z $CI_SYSTEM ] && [ ${CI_SYSTEM} != "LOCAL" ]; then
eval "$(ssh-agent \-s)"
chmod 600 ./tests/ssh_host_key
ssh-add ./tests/ssh_host_key
chmod -R g-wrx ./tests
chmod -R a-wrx ./tests
fi

if [ -n CI_SYSTEM ] && [ ${CI_SYSTEM} == "TRAVIS" ]; then
Expand All @@ -22,8 +24,3 @@ coverage html
if [ ! -z $CI_SYSTEM ]; then
coveralls || true
fi

if [ ! -z $CI_SYSTEM ] && [ ${CI_SYSTEM} == "GITLAB" ]; then
sleep 50000
fi

0 comments on commit 25d0e17

Please sign in to comment.