Merge pull request 'master' (#111) from master into release
SHS Gitea/shstk/pipeline/head This commit looks good
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/111
This commit was merged in pull request #111.
This commit is contained in:
Vendored
+2
-1
@@ -34,7 +34,8 @@ node {
|
|||||||
_envmap["${_n}"] = "${_v}";
|
_envmap["${_n}"] = "${_v}";
|
||||||
}
|
}
|
||||||
sh "mkdir -p ${rel_dir}"
|
sh "mkdir -p ${rel_dir}"
|
||||||
sh "rm -rvf ${rel_dir}/* | true"
|
sh "rm -rvf ${rel_dir}"
|
||||||
|
sh "mkdir -p ${rel_dir}"
|
||||||
def _msg = "Built images:"
|
def _msg = "Built images:"
|
||||||
def platforms = ['debian', 'osx', 'windows', 'windows32', 'android', 'pi', 'ubuntu']
|
def platforms = ['debian', 'osx', 'windows', 'windows32', 'android', 'pi', 'ubuntu']
|
||||||
for (int i = 0; i < platforms.size(); ++i) {
|
for (int i = 0; i < platforms.size(); ++i) {
|
||||||
|
|||||||
+1
-1
Submodule pip updated: 44b9c37391...3c20728210
Reference in New Issue
Block a user