Skip to content

Commit

Permalink
Add debug data to aws build
Browse files Browse the repository at this point in the history
Signed-off-by: peterdeme <[email protected]>
  • Loading branch information
peterdeme committed Nov 11, 2024
1 parent bf335c5 commit d4ab065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @spacelift-io/sirius
* @spacelift-io/sirius-backend
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 d4ab065

Please sign in to comment.