updated pipeline.yml

pull/2/head
Hari Sekhon 4 years ago
parent 9bde6b3685
commit 1dd707e622

@ -23,7 +23,8 @@ steps:
- command: |
type make 2>/dev/null ||
if type apk 2>/dev/null; then
apk add --no-cache --no-progress make
apk update
apk add --no-progress make
# apt is /usr/bin/apt
# Unable to locate an executable at "/Users/hari/.sdkman/candidates/java/current/bin/apt" (-1)
elif type apt-get 2>/dev/null; then

Loading…
Cancel
Save