Add exec permission
This commit is contained in:
parent
8d1d6f5d96
commit
9f7e2c2c8c
@ -12,5 +12,5 @@ steps:
|
|||||||
image: golang:1.16
|
image: golang:1.16
|
||||||
commands:
|
commands:
|
||||||
- echo "Testing ...."
|
- echo "Testing ...."
|
||||||
- chhmod +x ./executable
|
- chmod +x ./executable
|
||||||
- ./executable
|
- ./executable
|
||||||
Loading…
x
Reference in New Issue
Block a user