From ab3679bef797c3b8a8a9d1a2596acb8e21485e69 Mon Sep 17 00:00:00 2001 From: Souhaila Noor Date: Fri, 5 Nov 2021 11:33:17 -0500 Subject: [PATCH] sanity check --- .gitlab/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index d9470df4e..8ced2aada 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -195,9 +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 + - cat .aws/sso + - cat .aws/credentials - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval `ssh-agent -s` - mkdir -p /root/.ssh