Skip to content

Commit

Permalink
Merge pull request #3088 from gleidi-suse/pipelines
Browse files Browse the repository at this point in the history
gocd: Add SLFO Stagings pipeline.
  • Loading branch information
gleidi-suse committed May 20, 2024
2 parents d3deb40 + d423cd2 commit c5122b8
Show file tree
Hide file tree
Showing 3 changed files with 941 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gocd/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ done

grep group: *.yaml | cut -d: -f3 | sort -u | while read group; do
case $group in
BCI|Factory|Leap|Admin|MicroOS|Monitors|openSUSE.Checkers|SLE15.Stagings|SLE15.Target|SLE.Checkers|ALP.Stagings|ALP.Target|ALP.Checkers|openSUSE.Legal|SUSE.Legal)
BCI|Factory|Leap|Admin|MicroOS|Monitors|openSUSE.Checkers|SLE15.Stagings|SLE15.Target|SLE.Checkers|ALP.Stagings|ALP.Target|ALP.Checkers|SLFO.Stagings|SLFO.Target|SLFO.Checkers|openSUSE.Legal|SUSE.Legal)
;;
*)
echo "Do not create new groups without being admin and knowing the consequences - found $group"
Expand Down
Loading

0 comments on commit c5122b8

Please sign in to comment.