f
continuous-integration/drone Build is passing Details

pull/2/head
dmitry.kirdyashkin 2023-07-11 22:23:42 +03:00
parent 1759be3867
commit 632ea914a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ steps:
from_secret: drone_repo_password
commands:
- envsubst < module.json.template > ./src/module.json
- cat module.json
- cat ./src/module.json
- zip -r -9 module.zip ./src/*
- ls -la