From ea59b01fab09e9029cb50e0ea19ad533d2dde0e0 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Fri, 19 Jan 2024 00:06:36 -0600 Subject: [PATCH] Try enabling stage workflow --- cloud_build/stage.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/cloud_build/stage.yaml b/cloud_build/stage.yaml index 43ff1cfa50..94ffc53659 100644 --- a/cloud_build/stage.yaml +++ b/cloud_build/stage.yaml @@ -1,20 +1,16 @@ steps: - name: gcr.io/cloud-builders/git args: ['submodule', 'update', '--init', '--recursive'] - - name: gcr.io/cloud-builders/docker - entrypoint: '/bin/bash' - args: - - '-c' - - |- - set -e - - echo "Building the website using a makefile..." - make build - name: gcr.io/flutter-dev-230821/firebase-ghcli entrypoint: '/bin/bash' args: - '-c' - |- + set -e + + npm install + npm run build + cloud_build/scripts/stage_site_and_comment_on_github.sh secretEnv: ['GH_PAT_TOKEN'] env: