Skip to content

Commit aba7e8a

Browse files
committed
feat: no need to check aws-vault on run
1 parent 0bc47f7 commit aba7e8a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flake.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -870,13 +870,6 @@
870870
# Get current repository name
871871
REPO=$(git remote get-url origin | sed -E 's/.*github.com[:/](.*)\.git/\1/')
872872
873-
# Check AWS credentials
874-
if [ -z "${AWS_VAULT:-}" ]; then
875-
echo "Error: AWS_VAULT environment variable must be set with the profile name"
876-
echo "Usage: aws-vault exec supabase-dev -- nix run .#run-testinfra <ami-name> [branch]"
877-
exit 1
878-
fi
879-
880873
# Trigger the workflow with the AMI name
881874
echo "Triggering testinfra-only workflow for AMI: $AMI_NAME on branch: $BRANCH"
882875
gh workflow run testinfra-only.yml --ref "$BRANCH" -f ami_name="$AMI_NAME"

0 commit comments

Comments
 (0)