#46 Remove lingering environment references
Merged 5 years ago by psss. Opened 5 years ago by jbieren.
fedora-ci/ jbieren/messages no_environment  into  master

@@ -5,8 +5,7 @@ 

          "url": "https://somewhere.com",

          "docs": "https://somewhere.com/user-documentation",

          "irc": "#baseosci",

-         "email": "baseos-ci@somewhere.com",

-         "environment": "production"

+         "email": "baseos-ci@somewhere.com"

      },

      "artifact": {

          "type": "rpm-build-group",

@@ -5,8 +5,7 @@ 

          "url": "https://somewhere.com",

          "docs": "https://somewhere.com/user-documentation",

          "irc": "#baseosci",

-         "email": "baseos-ci@somewhere.com",

-         "environment": "production"

+         "email": "baseos-ci@somewhere.com"

      },

      "artifact": {

          "type": "rpm-build-group",

Yes, they were left in the parallel pull request.

Pull-Request has been merged by psss

5 years ago