Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d795be173 |
+2
-2
@@ -23,7 +23,7 @@ def stepPR(arch, path):
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "build-image-%s" % (arch),
|
||||
"name": "build-image-%s-%s" % (path, arch),
|
||||
"image": "plugins/docker",
|
||||
"settings": {
|
||||
"dockerfile": "%s/Dockerfile" % (path),
|
||||
@@ -51,7 +51,7 @@ def stepMergeMaster(arch, path):
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "build-build-and-publish-image-%s" % (arch),
|
||||
"name": "build-and-publish-image-%s-%s" % (path, arch),
|
||||
"image": "plugins/docker",
|
||||
"settings": {
|
||||
"dockerfile": "%s/Dockerfile" % (path),
|
||||
|
||||
Reference in New Issue
Block a user