ci(codebuild): fix the variable issue

pull/25/head
Kevin Zhuang 4 years ago
parent 42fe532769
commit 9518004ab6

@ -1,11 +1,13 @@
version: 0.2
env:
variables:
COLUMNS: 80
parameter-store:
LOGIN_PASSWORD: /dotbare/dockerpassword
LOGIN_USERNAME: /dotbare/dockerusername
exported-variables:
COLUMNS: 80
- COLUMNS
phases:
install:

Loading…
Cancel
Save