Skip to content

Commit

Permalink
Fixes for Problem#1
Browse files Browse the repository at this point in the history
Issue #32
  • Loading branch information
soumik-mukherjee authored Apr 19, 2020
1 parent b234926 commit 20132d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
- --keyring=capturio-keyring
- --key=cloudbuild-env-config
# Install yarn dependencies
- name: "gcr.io/cloud-builders/yarn"
- name: "gcr.io/cloud-builders/yarn:12.16.1"
# Build
- name: "gcr.io/cloud-builders/yarn"
- name: "gcr.io/cloud-builders/yarn:12.16.1"
args: ["build:webapp"]

1 comment on commit 20132d2

@soumik-mukherjee
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in title this is for problem 2

Please sign in to comment.