fix(dual-approval): remove container: ubuntu:latest and Install dependencies step
The ubuntu-latest runner host already has curl, jq, and ca-certificates pre-installed. The apt-get update call inside the Docker container was failing due to broken container networking on the runner host (runs 577, 578), blocking PR #182 (dev→uat promotion). Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
2ba0751443
commit
d7cbe969fb
@@ -15,13 +15,9 @@ jobs:
|
|||||||
promotion-gate:
|
promotion-gate:
|
||||||
name: Promotion Gate
|
name: Promotion Gate
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:latest
|
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
|
||||||
run: apt-get update -qq && apt-get install -y --no-install-recommends curl jq
|
|
||||||
|
|
||||||
- name: Check promotion approval
|
- name: Check promotion approval
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user