Skip to content

Commit

Permalink
chore: update cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mlveggo committed Sep 30, 2021
1 parent e2ad60f commit b3d7f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .cloudbuild/review.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
steps:
- name: gcr.io/einride/cloud-builder
args: ["/cloud-builder/git-init.sh"]
env:
- REPO_NAME=$REPO_NAME
- COMMIT_SHA=$COMMIT_SHA

- name: gcr.io/einride/cloud-builder
- name: eu.gcr.io/einride-build/cloud-builder-core:1.17
args: ["make"]
2 changes: 1 addition & 1 deletion .cloudbuild/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gcp_project := einride
gcp_project := einride-build
github_org := einride
repo_name := $(shell basename -s .git $(shell git config --get remote.origin.url))
git_root := $(shell git rev-parse --show-toplevel)
Expand Down

0 comments on commit b3d7f2e

Please sign in to comment.