File tree 2 files changed +5
-6
lines changed
apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2.ConformanceTests
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 18
18
branches :
19
19
- main
20
20
pull_request :
21
+ paths :
22
+ - ' **[Bb]ig[Tt]able**'
21
23
name : bigtable-conformance
22
24
jobs :
23
25
conformance :
39
41
go-version : ' >=1.20.2'
40
42
- run : dotnet --version
41
43
- run : go version
42
- - run : bash .kokoro /bigtable-conformance.sh
44
+ - run : bash apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2.ConformanceTests /bigtable-conformance.sh
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
set -eo pipefail
17
+ set +e
17
18
18
- # # Get the directory of the build script
19
- scriptDir=$( realpath $( dirname " ${BASH_SOURCE[0]} " ) )
20
19
# # cd to the parent directory, i.e. the root of the git repo
21
- cd ${scriptDir} /..
22
-
23
- set +e
20
+ cd ./
24
21
25
22
# Build the proxy
26
23
pushd .
You can’t perform that action at this time.
0 commit comments