Merge branch 'main' of itsblue.dev:plugins/qt-android

This commit is contained in:
Dorian Zedler 2022-08-02 23:19:21 +02:00
commit cdb9e27cc8
Signed by: dorian
GPG key ID: 989DE36109AFA354
2 changed files with 6 additions and 2 deletions

View file

@ -12,4 +12,8 @@ steps:
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
trigger:
ref:
- refs/tags/v*

View file

@ -37,7 +37,7 @@ docker build -t itsblue.dev/plugins/qt-android -f Dockerfile .
Execute the plugin from your current working directory: Execute the plugin from your current working directory:
```text ```text
docker run --rm -e PLUGIN_FOLDER=public -e PLUGIN_SSH_KEY=foo \ docker run --rm \
-e DRONE_COMMIT_SHA=8f51ad7884c5eb69c11d260a31da7a745e6b78e2 \ -e DRONE_COMMIT_SHA=8f51ad7884c5eb69c11d260a31da7a745e6b78e2 \
-e DRONE_COMMIT_BRANCH=master \ -e DRONE_COMMIT_BRANCH=master \
-e DRONE_BUILD_NUMBER=43 \ -e DRONE_BUILD_NUMBER=43 \