mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
fix: ephemeral CI fetching task ENI (#32377)
This commit is contained in:
committed by
GitHub
parent
00883c395c
commit
167dacc2e4
2
.github/workflows/ephemeral-env.yml
vendored
2
.github/workflows/ephemeral-env.yml
vendored
@@ -296,7 +296,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: |
|
||||
|
||||
Reference in New Issue
Block a user