Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 15, 2024
1 parent 732df88 commit aa0beff
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/verify-debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ jobs:
VERSION.txt
sparse-checkout-cone-mode: false
- run: |
ls -alh .
working-directory: envoy
- run: |
VERSION=$(cat VERSION.txt)
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
DEV_COMMIT_ID=$(git ls-remote https://github.com/envoyproxy/envoy refs/heads/main)
echo "DEV_COMMIT_ID=${DEV_COMMIT_ID}" >> $GITHUB_ENV
echo "commit=${DEV_COMMIT_ID}" >> "$GITHUB_OUTPUT"
id: envoy
working-directory: envoy
- run: |
echo "ENVOY: ${{ steps.envoy.outputs.commit }}"
bazel run --config=ci \
--action_env="DEV_COMMIT_ID=${DEV_COMMIT_ID}" \
--host_action_env="DEV_COMMIT_ID=${DEV_COMMIT_ID}" \
--action_env="DEV_COMMIT_ID=${{ steps.envoy.outputs.commit }}" \
--host_action_env="DEV_COMMIT_ID=${{ steps.envoy.outputs.commit }}" \
:verify_debs
working-directory: apt

0 comments on commit aa0beff

Please sign in to comment.