9 lines
201 B
Bash
Executable File
9 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
# Config file for trigger script
|
|
|
|
# Variables
|
|
NAME=hoellen/nextcloud
|
|
REPO=d67163b1-01bd-4bfe-8448-48794d8a599b
|
|
TOKEN=cb2a11f7-583d-45d9-9b35-56c5121df32d
|
|
TAGS=(latest daily 14.0 15.0 16.0)
|