fix: use GNU's grep instead of the default busybox's
busybox grep is too slow, its '-F -x' parameters may be buggy
This commit is contained in:
parent
cd521e22ae
commit
1ab5e6a2cc
|
@ -2,7 +2,7 @@ image: alpine:latest # Use the latest version of Alpine Linux docker image
|
|||
|
||||
before_script:
|
||||
# Install dependencies
|
||||
- 'which ssh-agent || ( apk update && apk add openssh-client git)'
|
||||
- 'which ssh-agent || ( apk update && apk add openssh-client git grep)'
|
||||
|
||||
# Run ssh-agent
|
||||
- eval $(ssh-agent -s)
|
||||
|
|
Loading…
Reference in New Issue