2 Commits
Author SHA1 Message Date
Dustin Pianalto c611065fde Update registry
CI / build (push) Has been cancelled
2021-10-05 23:47:29 -08:00
Dustin Pianalto abd16f30cf Import os
CI / build (push) Has been cancelled
2021-10-02 18:34:18 -08:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ spec:
name: prepbot
key: chat_channel
imagePullSecrets:
- name: registry-2
- name: registry-1
+1
View File
@@ -2,6 +2,7 @@ package messages
import (
"log"
"os"
"regexp"
"strings"