Skip to content

Commit 0828d5b

Browse files
committed
chmod 755 on scripts.
1 parent 0593a75 commit 0828d5b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.drone.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ deploy:
55
bash:
66
script:
77
- ./drone/deploy.sh
8-
notify:
9-
email:
10-
recipients:
11-

.drone/build.sh

100644100755
File mode changed.

.drone/deploy.sh

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
echo "Hello Done"

0 commit comments

Comments
 (0)