Remove host mapping step from workflow
All checks were successful
Build and publish wylab SS14 server / build-and-push-image (push) Successful in 3m57s

This commit is contained in:
Codex Agent
2025-12-14 17:04:05 +01:00
parent 0ec2652886
commit 54fe07621e

View File

@@ -24,15 +24,6 @@ jobs:
contents: read
packages: write
steps:
- name: Add git.wylab.me host mapping
run: |
if ! grep -q "$HOST_NAME" /etc/hosts; then
echo "$HOST_IP $HOST_NAME" | sudo tee -a /etc/hosts
fi
env:
HOST_IP: 172.17.0.3
HOST_NAME: git.wylab.me
- name: Checkout repository
uses: actions/checkout@v4