mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add execute permissions to deploy.sh file
This commit is contained in:
parent
d8131c2d5e
commit
3ce7a2499a
@ -19,7 +19,7 @@ before_deploy:
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: cd $TEST_DIR && "./deploy.sh"
|
||||
script: cd $TEST_DIR && chmod +x ./deploy.sh && ./deploy.sh
|
||||
on:
|
||||
repo: 10thmagnitude/terraform
|
||||
branch: topic-101-vm-simple-linux
|
||||
|
Loading…
Reference in New Issue
Block a user