Skip to content

Commit

Permalink
Add debug data to aws build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Nov 11, 2024
1 parent bf335c5 commit 729c6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/scripts/cloudwatch-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RPM_PATH=/tmp/amazon-cloudwatch-agent.rpm
sudo touch /var/log/spacelift/{info,error}.log

curl $DOWNLOAD_URL --output $RPM_PATH
df # Temporarily, till we figure out the disk space issue
sudo rpm -U $RPM_PATH
rm $RPM_PATH
sudo mv ${CONFIG_SOURCE} ${CONFIG_DESTINATION}
Expand Down

0 comments on commit 729c6ad

Please sign in to comment.