Skip to content

Commit

Permalink
Stop setting WORKSPACE_COBALT in dind_build.sh
Browse files Browse the repository at this point in the history
It's already exported to the environment by dind{,_builder}_runner.sh.

Issue: 365150653
Reviewed-on: #4647
  • Loading branch information
dahlstrom-g committed Jan 6, 2025
1 parent 7e87947 commit d62f712
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cobalt/devinfra/kokoro/bin/dind_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ fi
# Load common routines (we only need run_gn and ninja_build).
. $(dirname "$0")/common.sh

WORKSPACE_COBALT="${KOKORO_ARTIFACTS_DIR}/git/src"

pipeline () {
local out_dir="${WORKSPACE_COBALT}/out/${TARGET_PLATFORM}_${CONFIG}"
local gclient_root="${KOKORO_ARTIFACTS_DIR}/chromium"
Expand Down

0 comments on commit d62f712

Please sign in to comment.