This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a commit to branch fix/ci-ephemeral-use-labels
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/fix/ci-ephemeral-use-labels by
this push:
new bece6d5b79 fix 4
bece6d5b79 is described below
commit bece6d5b793d5f12049a03adafb5028559b24a69
Author: Daniel Gaspar <[email protected]>
AuthorDate: Tue Jan 28 13:48:33 2025 +0000
fix 4
---
.github/workflows/ephemeral-env.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ephemeral-env.yml
b/.github/workflows/ephemeral-env.yml
index 5b9fc50c2a..780f0fe5b4 100644
--- a/.github/workflows/ephemeral-env.yml
+++ b/.github/workflows/ephemeral-env.yml
@@ -292,7 +292,7 @@ jobs:
- name: Get network interface
id: get-eni
run: |
- echo "eni=$(aws ecs describe-tasks --cluster superset-ci --tasks ${{
steps.list-tasks.outputs.task }} | jq '.tasks | .[0] | .attachments | .[0] |
.details | map(select(.name==\"networkInterfaceId\")) | .[0] | .value')" >>
$GITHUB_OUTPUT
+ echo "eni=$(aws ecs describe-tasks --cluster superset-ci --tasks ${{
steps.list-tasks.outputs.task }} | jq '.tasks[0].attachments[0].details |
map(select(.name==\"networkInterfaceId\"))[0].value')" >> $GITHUB_OUTPUT
- name: Get public IP
id: get-ip
run: |