Skip to content

Commit

Permalink
Point to correct task.yml in script/test
Browse files Browse the repository at this point in the history
[#155738303]

Signed-off-by: Georgi Sabev <[email protected]>
  • Loading branch information
Callisto13 authored and georgethebeatle committed Mar 6, 2018
1 parent 6b578df commit ad77efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ARGS=$@

DIRS=$(for d in $ARGS; do [ -d "$d" ] && echo "$d"; done)

TASK=ci/guardian.yml
TASK=ci/unit-tests/guardian.yml
if [ "$GOOS" == "windows" ]; then
TASK=ci/guardian-windows.yml
TASK=ci/unit-tests/guardian-windows.yml
fi

if egrep -q gqt <(echo "$ARGS"); then
Expand Down

0 comments on commit ad77efc

Please sign in to comment.