Skip to content

Commit

Permalink
Update build_test_docker_arm.yml
Browse files Browse the repository at this point in the history
fix file path
  • Loading branch information
JordanLaserGit authored Oct 15, 2024
1 parent 201a180 commit de0ac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_docker_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd research_datastream/terraform
terraform init
terraform validate
./test/import_resources.sh ./test/variables_gitactions_arm.tfvars
../scripts/import_resources.sh ./test/variables_gitactions_arm.tfvars
terraform apply -var-file=./test/variables_gitactions_arm.tfvars -auto-approve
sleep 60
- name: Set permissions
Expand Down

0 comments on commit de0ac0f

Please sign in to comment.