From 6e6d7a77db68baffe0d52fbe8f0a7cf19c42ec82 Mon Sep 17 00:00:00 2001 From: Souhaila Noor Date: Fri, 5 Nov 2021 11:26:09 -0500 Subject: [PATCH] debug echo statements --- .gitlab/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 6f846c13a..d9470df4e 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -195,6 +195,9 @@ deploy ec2 instance: - aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY - aws configure set region "us-east-2" - aws configure set aws_profile $PROFILE + - cat .aws/credentials + - cat .aws/config + - cat .aws/sso - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval `ssh-agent -s` - mkdir -p /root/.ssh