ci(pegasus): install go in publisher gate stages
This commit is contained in:
parent
dcb488561c
commit
77376ee009
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -185,7 +185,7 @@ PY
|
||||
sh '''
|
||||
set -eu
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends nodejs npm
|
||||
apt-get install -y --no-install-recommends golang-go nodejs npm
|
||||
python -m testing.pegasus_gate report
|
||||
'''
|
||||
}
|
||||
@ -209,7 +209,7 @@ PY
|
||||
sh '''
|
||||
set -eu
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends nodejs npm
|
||||
apt-get install -y --no-install-recommends golang-go nodejs npm
|
||||
python -m testing.pegasus_gate enforce
|
||||
'''
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user