ci(pegasus): install go in publisher gate stages
This commit is contained in:
parent
14d9541ef6
commit
f6fcadc52d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -185,7 +185,7 @@ PY
|
|||||||
sh '''
|
sh '''
|
||||||
set -eu
|
set -eu
|
||||||
apt-get update
|
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
|
python -m testing.pegasus_gate report
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
@ -209,7 +209,7 @@ PY
|
|||||||
sh '''
|
sh '''
|
||||||
set -eu
|
set -eu
|
||||||
apt-get update
|
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
|
python -m testing.pegasus_gate enforce
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user