Add first draft of the package update notification

This commit is contained in:
flow.gunso
2020-03-13 19:59:15 +01:00
parent be076f9a89
commit 9f7ab04cda
3 changed files with 87 additions and 0 deletions

View File

@@ -19,3 +19,8 @@
load_images_artifacts() {
docker load --input $CI_PROJECT_NAME.tar
}
exit_with_message_and_code() {
echo $1
exit $2
}