File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,10 @@ jobs:
27
27
env :
28
28
GCP_DECRYPT_TOKEN : angular
29
29
30
- # Build the web package. Note that we also need to make the Github environment
31
- # variables available so that the RBE is configured. Note: We run Bazel from a
32
- # low-resource Github action container, so we manually need to instruct Bazel to run
33
- # more actions concurrently as by default this is computed based on the host resources.
34
- - name : Building dev-app
35
- run : |
36
- source ${GITHUB_ENV}
37
- bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
30
+ # Build the web package. Note: We run Bazel from a low-resource Github action container,
31
+ # so we manually need to instruct Bazel to run more actions concurrently as by default
32
+ # the number of concurrent actions is determined based on the host resources.
33
+ - run : bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
38
34
39
35
# Prepare the workflow artifact that is available for the deploy workflow. We store the pull
40
36
# request number and SHA in a file that can be read by the deploy workflow. This is necessary
You can’t perform that action at this time.
0 commit comments