Skip to content

Commit

Permalink
Revert "fix staging constants"
Browse files Browse the repository at this point in the history
This reverts commit e82dd9c.
  • Loading branch information
Pablo Chacin committed Aug 12, 2020
1 parent 2fd15f4 commit 4c90849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/skuba/staging_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package skuba

const (
BuildType = "staging"
ImageRepository = "registry.suse.de/suse/sle-15-sp2/update/products/caasp/4.5/containers/caasp/v4.5"
imageRepositoryV4 = "registry.suse.de/suse/sle-15-sp1/update/products/casp40/containers/caasp/v4"
imageRepository = "registry.suse.de/suse/sle-15-sp2/update/products/caasp/4.5/containers/caasp/v4.5"
)

0 comments on commit 4c90849

Please sign in to comment.