Skip to content

Commit

Permalink
Remove debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyclemson committed May 7, 2021
1 parent 03d3818 commit 016a90d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,12 @@ if [ -z "$AWS_S3_ENV_FILE_OBJECT_PATH" ]; then
exit 1
fi

echo "PATH ---------------"
echo "$PATH"

echo "/usr/local ---------------"
ls -la /usr/local

echo "/usr/local/bin ---------------"
ls -la /usr/local/bin

echo "/usr/local/aws-cli ---------------"
ls -la /usr/local/aws-cli

# Fetch and source env file
eval $(aws s3 cp \
--sse AES256 \
--region "$AWS_S3_BUCKET_REGION" \
"$AWS_S3_ENV_FILE_OBJECT_PATH" - | sed 's/^/export /')

echo "ENV ---------------"
env

# Run service
cd /opt/reference-backend

Expand Down

0 comments on commit 016a90d

Please sign in to comment.