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 version: 0.2
env: env:
variables:
COLUMNS: 80
parameter-store: parameter-store:
LOGIN_PASSWORD: /dotbare/dockerpassword LOGIN_PASSWORD: /dotbare/dockerpassword
LOGIN_USERNAME: /dotbare/dockerusername LOGIN_USERNAME: /dotbare/dockerusername
exported-variables: exported-variables:
COLUMNS: 80 - COLUMNS
phases: phases:
install: install:

Loading…
Cancel
Save