9 lines
190 B
Bash
Executable File
9 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
# Config file for trigger script
|
|
|
|
# Variables
|
|
NAME=dummy_service
|
|
REPO=fa925505-a382-4033-9757-61b65d291001
|
|
TOKEN=91084aaa-758c-440f-9f98-4a4f108b95c6
|
|
TAGS=(latest daily 1.0 1.1)
|