File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ parameters:
5252 type : string
5353 dev_build :
5454 type : string
55- description : Repo name + CircleCI build number ('st2/3126') to install artifacts from. Overrides pkg_env, release and version.
55+ description : Repo name + CircleCI build number ('st2/3126') to install artifacts from. Overrides version.
5656 initial_commit :
5757 type : string
5858 description : Git hash of an initial commit from st2 repo. If provided, the workflow will update status of this commit.
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ st2ci.st2_pkg_e2e_test:
125125 action : core.remote_sudo
126126 input :
127127 hosts : <% $.vm_info.private_ip_address %>
128- cmd : bash /tmp/st2_bootstrap.sh --dev=<% $.dev_build %> --user=<% $.st2_username %> --password=<% $.st2_password %>
128+ cmd : bash /tmp/st2_bootstrap.sh --dev=<% $.dev_build %> --<% $.pkg_env %> --<% $.release %> -- user=<% $.st2_username %> --password=<% $.st2_password %>
129129 timeout : 900
130130 on-success :
131131 - upgrade_to_enterprise : <% $.enterprise %>
You can’t perform that action at this time.
0 commit comments