~bigbes/ci-cacher

ref: b659c69827ff5f85eafa5ce5985a8d7a5128a053 ci-cacher/main.go -rw-r--r-- 77 bytes
b659c698 — Eugene Blikh publish.yml: restore artifacts block now that storage works a day ago
                                                                                
1
2
3
4
5
6
7
package main

import "go.bigb.es/cacher/cmd"

func main() {
	cmd.Execute()
}