FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angularfire/cloudbuild.yaml at sample_changes · angular/angularfire · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angularfire
Public
Notifications
You must be signed in to change notification settings
Fork
2.2k
Star
7.8k
Code
Issues
188
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angularfire
/
cloudbuild.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (25 loc) · 1004 Bytes
Breadcrumbs
angularfire
/
cloudbuild.yaml
Copy path
File metadata and controls
29 lines (25 loc) · 1004 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
See go/angularfire-releasing for details on the AngularFire release process.
#
If you need to trigger a release manually, be sure to use substitutions like so:
#
@canary `gcloud builds submit --substitutions=SHORT_SHA="9b0a0b0"`
#
@next `gcloud builds submit --substitutions=TAG_NAME="1.2.3-rc.1"`
#
@latest `gcloud builds submit --substitutions=TAG_NAME="1.2.3"`
steps
:
-
name
:
node:lts
entrypoint
:
bash
args
:
["./tools/build.sh"]
env
:
-
'
TAG_NAME=$TAG_NAME
'
-
'
SHORT_SHA=$SHORT_SHA
'
#
- name: node:lts
#
entrypoint: bash
#
args: ["./tools/test.sh"]
-
name
:
node:lts
entrypoint
:
bash
env
:
['TAG_NAME=$TAG_NAME']
args
:
["./tools/release.sh"]
secretEnv
:
['NPM_TOKEN']
secrets
:
-
kmsKeyName
:
projects/angularfire/locations/global/keyRings/cloud-build/cryptoKeys/cloud-build
secretEnv
:
NPM_TOKEN
:
CiQAwtE8WoPa1sNqAQJZ1WMODuJooVmO6zihz2hAZOfUmDsgogUSTQCq8yp8qgltY+8jWpAR9GuS1JaVhd+fTVRilqLtdi2yXSdiDPTzLhZ+30bMlAOcoc0PxhCBn3JOpn8H1xshX+mG8yK7xog2Uq+CLVx/
timeout
:
1200s
Back
|
FazBrowse Home
|
New Git URL