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