Skip to content

Commit 7ecb4cf

Browse files
author
armab
committed
Fix dev build ignoring 'pkg_env' and 'release'
1 parent eed1eb1 commit 7ecb4cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/st2_pkg_e2e_test.meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

actions/workflows/st2_pkg_e2e_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 %>

0 commit comments

Comments
 (0)