Skip to content

Commit

Permalink
Try enabling stage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jan 19, 2024
1 parent cfc27fa commit ea59b01
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions cloud_build/stage.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ea59b01

Please sign in to comment.