Skip to content
Snippets Groups Projects
Commit 4bb6bb2a authored by Dmitri Konstantinov's avatar Dmitri Konstantinov
Browse files

Merge branch 'update-lcgapp-node-in-102' into 'LCG_102-patches'

Use label centos8-physical instead of centos7-physical for publushing RPMS

See merge request !2631
parents f71af7f2 2274c2ba
No related branches found
No related tags found
1 merge request!2631Use label centos8-physical instead of centos7-physical for publishing RPMS
Pipeline #9616995 passed
......@@ -242,7 +242,7 @@ pipeline {
expression { params.RPM_PUBLISH && params.LABEL =~ 'centos|slc|arm' }
}
agent {
label 'centos7-physical'
label 'centos8-physical'
}
steps {
lock('publish_rpms') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment