diff --git a/.drone.yml b/.drone.yml index 1924785..58efa1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,6 @@ steps: from_secret: drone_repo_password commands: - envsubst < module.json.template > module.json - - cat module.json.template + - cat module.json - zip -r -9 module.zip ./src/* - ls -la