Skip to content

Commit

Permalink
changes access-proxy to gateway for Kokoro (google#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashir2 authored Feb 3, 2023
1 parent bb05ec1 commit bff8dcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kokoro/gcp_ubuntu/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>.
# github_scm.name is specified in the job configuration.
build_file: "fhir-access-proxy/kokoro/gcp_ubuntu/kokoro_build.sh"
build_file: "fhir-gateway/kokoro/gcp_ubuntu/kokoro_build.sh"
4 changes: 2 additions & 2 deletions kokoro/gcp_ubuntu/kokoro_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2021-2022 Google LLC
# Copyright 2021-2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,5 +45,5 @@ function setup() {
}

setup
cd "${KOKORO_ARTIFACTS_DIR}/github/fhir-access-proxy"
cd "${KOKORO_ARTIFACTS_DIR}/github/fhir-gateway"
./build.sh
2 changes: 1 addition & 1 deletion kokoro/gcp_ubuntu/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>.
# github_scm.name is specified in the job configuration.
build_file: "fhir-access-proxy/kokoro/gcp_ubuntu/kokoro_build.sh"
build_file: "fhir-gateway/kokoro/gcp_ubuntu/kokoro_build.sh"

0 comments on commit bff8dcc

Please sign in to comment.