Skip to content

Commit

Permalink
say this is CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed May 6, 2024
1 parent f237199 commit e68ec78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/build/silent-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ fi

export CI=${CI:-false}

echo "Running $1"
if ${CI}; then
echo "Running $1 in CI"
else
echo "Running $1"
fi

PID=$$
export STARTTIME=$(date +%s)
Expand Down

0 comments on commit e68ec78

Please sign in to comment.