Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12849b36 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

bad project id

parent 12d589b5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ publishing {
                def ciApiV4Url = System.getenv("CI_API_V4_URL")
                if (ciJobToken != null) {
                    maven {
                        url "${ciApiV4Url}/projects/780/packages/maven"
                        url "${ciApiV4Url}/projects/1084/packages/maven"
                        credentials(HttpHeaderCredentials) {
                            name = 'Job-Token'
                            value = ciJobToken
@@ -64,7 +64,7 @@ publishing {
                    }
                } else {
                    maven {
                        url "https://gitlab.e.foundation/api/v4/projects/780/packages/maven"
                        url "https://gitlab.e.foundation/api/v4/projects/1084/packages/maven"
                        credentials(HttpHeaderCredentials) {
                            name = "Private-Token"
                            value = gitLabPrivateToken