We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc47f7 commit aba7e8aCopy full SHA for aba7e8a
flake.nix
@@ -870,13 +870,6 @@
870
# Get current repository name
871
REPO=$(git remote get-url origin | sed -E 's/.*github.com[:/](.*)\.git/\1/')
872
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
-
880
# Trigger the workflow with the AMI name
881
echo "Triggering testinfra-only workflow for AMI: $AMI_NAME on branch: $BRANCH"
882
gh workflow run testinfra-only.yml --ref "$BRANCH" -f ami_name="$AMI_NAME"
0 commit comments