Skip to content

Commit

Permalink
testing3
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 11, 2023
1 parent a5865be commit 2988095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ builds:
dockers:
- image_templates:
- "ghcr.io/equinor/radix/rx:latest"
- "ghcr.io/equinor/radix/rx:{{ .Version}}"
dockerfile: Dockerfile.goreleaser
ids:
- rx
Expand Down
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"fmt"
"io/ioutil"
"os"

"github.com/equinor/radix-cli/cmd"
Expand All @@ -23,7 +24,9 @@ func main() {
os.Exit(1)
}

cmd.Execute()
ioutil.ReadFile(".goreleaser.yml")

cmd.Execute(
}

func ensureRadixConfigFolderExists() error {
Expand Down

0 comments on commit 2988095

Please sign in to comment.