File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ node('docker') {
22
22
env. NODE_ENV = " build"
23
23
24
24
print " Environment will be : ${ env.NODE_ENV} "
25
- sh(' ./player/build.sh' )
25
+ sh(' sudo ./player/build.sh' )
26
26
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ version=$(e "${m}" "version")
13
13
14
14
artifactLabel=${ARTIFACT_LABEL:- bronze}
15
15
16
- docker login -u " ${hubuser} " -p` cat /run/secrets/hub-pass `
16
+ docker login -u " ${hubuser} " -p` cat /home/ops/vault_pass `
17
17
docker push ${org} /${name} :${version} -${artifactLabel}
18
18
docker logout
Original file line number Diff line number Diff line change 2
2
# Build script
3
3
# set -o errexit
4
4
5
- apk -v --update --no-cache add jq
6
- # sudo apt-get install -y jq
5
+ # apk -v --update --no-cache add jq
6
+ sudo apt-get install -y jq
You can’t perform that action at this time.
0 commit comments