From 9518004ab63605a8908a66a4d118625c41e918c4 Mon Sep 17 00:00:00 2001 From: Kevin Zhuang Date: Tue, 4 Aug 2020 11:18:42 +1000 Subject: [PATCH] ci(codebuild): fix the variable issue --- buildspec.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 83e56c1..8e83448 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -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: