mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Add public hostname for runner
This commit is contained in:
parent
f2611c3707
commit
6a67ba91cf
@ -38,6 +38,7 @@ cat > /tmp/actions-hooks/pre-run.sh << 'EOF'
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -xuo pipefail
|
set -xuo pipefail
|
||||||
|
|
||||||
|
echo "Runner's public DNS: $(ec2metadata --public-hostname)"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > /tmp/actions-hooks/post-run.sh << 'EOF'
|
cat > /tmp/actions-hooks/post-run.sh << 'EOF'
|
||||||
|
Loading…
Reference in New Issue
Block a user