Skip to content

Commit

Permalink
Update vue.config.js
Browse files Browse the repository at this point in the history
The vue framework needs to have this updated so the web pages poitn to the right place.  We need to document this in the quarterly release process.   I think we have done this wrong twice in a row now (hence the ".1" release number)
  • Loading branch information
dallemang authored Jan 3, 2020
1 parent 4ef4ff2 commit a37ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/fibo-vue/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
process.env.VUE_APP_TIMESTAMP = '2019Q3.1'
process.env.VUE_APP_TIMESTAMP = '2019Q4.1'
process.env.VUE_APP_BRANCH = process.env.product_branch_tag && process.env.product_branch_tag.split('/',3)[1] || 'master'
process.env.VUE_APP_TAG = process.env.product_branch_tag && process.env.product_branch_tag.split('/',3)[2] || 'latest'

Expand Down

0 comments on commit a37ac4d

Please sign in to comment.