Merge pull request #183 from gandalf/fix-promotion-gate-ci
Promotion Gate / Promotion Gate (pull_request) Successful in 0s
CI / ci (pull_request) Successful in 2m45s
Promotion Gate / Promotion Gate (pull_request_review) Successful in 1s
CI / ci (push) Successful in 39s

fix(dual-approval): remove container ubuntu:latest and Install dependencies step
This commit is contained in:
2026-05-20 23:59:04 +00:00
committed by Gandalf the Greybeard [agent]
-4
View File
@@ -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 }}