Improve emoji selections

This commit is contained in:
Major Hayden 2020-07-17 11:46:12 -05:00 committed by GitHub
parent 20fd6521fb
commit 842b665659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ pipeline {
}
stages {
stage("Prepare") {
stage("Prepare 🤔") {
agent { label "schutzbot" }
steps {
sh (
@ -27,7 +27,7 @@ pipeline {
}
}
stage("Mock build ") {
stage("Mock build 👷🏻") {
// Halt the pipeline immediately if a single mock build fails.
// A failure to build an RPM is serious and must be
// investigated.