From cb5ab8c2cfe13ca1bffe3d60d3e98b9ffcd9c437 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 20 Sep 2021 18:53:04 +0200 Subject: [PATCH] add command to add executable bit to file in pipeline config --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 81e96d0..663e4da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,5 @@ steps: image: python:3.8-alpine pull: if-not-exists commands: + - chmod +x prnt.sc_link_generator.py - ./prnt.sc_link_generator.py \ No newline at end of file