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: