Skip to content

Commit

Permalink
fixing tailcall relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 22, 2024
1 parent 62c360f commit e706380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ deploy() {
# todo: handle name collisions
mkdir -p /aws/config
cp -r /app/* /aws/config
awk -v tailcall_path="$TF_VAR_TAILCALL_PATH" "{sub(/TAILCALL_PATH/,tailcall_path)}1" /aws/bootstrap > /tmp/bootstrap
awk -v tailcall_path="$TC_CONFIG_DIR/tailcall" "{sub(/TAILCALL_PATH/,tailcall_path)}1" /aws/bootstrap > /tmp/bootstrap
mv /tmp/bootstrap /aws/bootstrap
cd /aws
echo "List: $(find /app -type f)"
Expand Down

0 comments on commit e706380

Please sign in to comment.