Skip to content

Commit 167a8fd

Browse files
committed
Pass env substitutions
1 parent 99b0469 commit 167a8fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cloudbuild.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
steps:
22
- name: 'blang/latex:ctanfull'
33
args: ['bash', '-c', 'rm -rf /usr/local/texlive/2017/texmf-dist/metapost/metauml; ln -svf $(pwd)/src /usr/local/texlive/2017/texmf-dist/metapost/metauml; make release; make release-tgz']
4+
env:
5+
- 'BRANCH_NAME=$BRANCH_NAME'
6+
- 'TAG_NAME=$TAG_NAME'
7+
- 'REVISION_ID=$REVISION_ID'
48

59
artifacts:
610
objects:
711
location: 'gs://metauml'
8-
paths: ['metauml-$TAG_NAME-$REVISION_ID.tgz']
12+
paths: ['dist/archive/metauml-$TAG_NAME-$REVISION_ID.tgz']

0 commit comments

Comments
 (0)