mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
change bazel output
This commit is contained in:
2
.bazelrc
2
.bazelrc
@@ -1,2 +1,2 @@
|
||||
startup --output_base build
|
||||
startup --output_base .build
|
||||
build --color=yes --workspace_status_command "${PWD}/buildvars.sh"
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,13 +9,13 @@ tectonic-*.tar.gz
|
||||
tectonic-license.txt
|
||||
terraform.tfstate*
|
||||
terraform.tfvars
|
||||
build/
|
||||
bin/
|
||||
bin_test/
|
||||
matchbox/
|
||||
/contrib/govcloud/vpn.conf
|
||||
|
||||
# Bazel
|
||||
.build/
|
||||
bazel-bin
|
||||
bazel-out
|
||||
bazel-genfiles
|
||||
|
||||
Reference in New Issue
Block a user