@@ -437,9 +437,12 @@ Now you should be able to start a new build without running into troubles again.
...
@@ -437,9 +437,12 @@ Now you should be able to start a new build without running into troubles again.
## Prerequesites:
## Prerequesites:
Running this script requires installation of [gupload](https://github.com/labbots/google-drive-upload). This script is intended to upload the latest generated images, upload them to a google drive with activated drive API and bundling them into a gitlab release.
Running this script requires installation of [gupload](https://github.com/labbots/google-drive-upload). This script is intended to upload the latest generated images, upload them to a google drive with activated drive API and bundling them into a gitlab release.
## API_KEY
## API_KEY:
You will need to create a gitlab access token and store it in a plain file named `API_KEY` in the base directory of this project.
You will need to create a gitlab access token and store it in a plain file named `API_KEY` in the base directory of this project.
## Configuration:
Apart from the gitlab access token you will also need to change the project id and base url in the script. Set the base url to the url of your gitlab instance and the project id to the ID of your project that is shown on your project overview page in gitlab under the repository name.