adds confirmation
This commit is contained in:
parent
e3beaa7f0d
commit
bc75a35b33
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -56,7 +56,7 @@ spec:
|
|||||||
container("compile") {
|
container("compile") {
|
||||||
sh """
|
sh """
|
||||||
apt update
|
apt update
|
||||||
apt install --no-install-recommends libusb-1.0-0-dev gcc g++
|
apt install --yes --no-install-recommends libusb-1.0-0-dev gcc g++
|
||||||
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper
|
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user