Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move IS_CI back to GitHub workflow configuration
Browse files Browse the repository at this point in the history
… after commits 52b4287 and 8d9678c.

Fixed: 379166386
dahlstrom-g committed Dec 18, 2024
1 parent 0cd7c8f commit aa1ecfc
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -141,6 +141,7 @@ jobs:
DEPOT_TOOLS_REPORT_BUILD: 0
DEPOT_TOOLS_COLLECT_METRICS: 0
DEPOT_TOOLS_METRICS: 0
IS_CI: 1
SCCACHE: 1
SCCACHE_GCS_BUCKET: cobalt-actions-sccache-linux
SCCACHE_GCS_SERVICE_ACCOUNT: ${{ vars.SCCACHE_GCS_SERVICE_ACCOUNT }}
1 change: 0 additions & 1 deletion cobalt/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -38,4 +38,3 @@ ENV SCCACHE_GCS_BUCKET=githubactions-chrome-sccache
ENV SCCACHE_GCS_RW_MODE=READ_WRITE
ENV SCCACHE_GCS_KEY_PATH=/root/key.json
ENV SCCACHE_GCS_SERVICE_ACCOUNT=github-actions-bucket-access@cobalt-demo-330821.iam.gserviceaccount.com
ENV IS_CI=1

0 comments on commit aa1ecfc

Please sign in to comment.