Skip to content

Commit

Permalink
Pass env substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
ogheorghies committed Feb 2, 2019
1 parent 99b0469 commit 167a8fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
steps:
- name: 'blang/latex:ctanfull'
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']
env:
- 'BRANCH_NAME=$BRANCH_NAME'
- 'TAG_NAME=$TAG_NAME'
- 'REVISION_ID=$REVISION_ID'

artifacts:
objects:
location: 'gs://metauml'
paths: ['metauml-$TAG_NAME-$REVISION_ID.tgz']
paths: ['dist/archive/metauml-$TAG_NAME-$REVISION_ID.tgz']

0 comments on commit 167a8fd

Please sign in to comment.