Skip to content

Commit

Permalink
change container name
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <yanxuanl@nvidia.com>
  • Loading branch information
YanxuanLiu committed Jul 10, 2023
1 parent 326520b commit 8e37719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pipeline {

stash(name: "source_tree", includes: "**")

container('docker-build') {
container('cpu') {
// check if pre-merge dockerfile modified
def dockerfileModified = sh(returnStdout: true,
script: 'BASE=$(git --no-pager log --oneline -1 | awk \'{ print $NF }\'); ' +
Expand Down

0 comments on commit 8e37719

Please sign in to comment.