Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Legal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Security and Compliance
Legal
Commits
299d5a42
Commit
299d5a42
authored
4 years ago
by
Auto GO3-NRG Ticket
Browse files
Options
Downloads
Plain Diff
Auto commit when pipeline succeeds
parents
64f48db3
8b298eb8
No related branches found
No related tags found
5 merge requests
!98
(GONRG-1768) GCP: logging impl
,
!92
Cloud-agnostic module `legal-reference` for Anthos (GONRG-1423)
,
!87
Fix gcp unit test
,
!84
Gcp fix sonar comments (GONRG-1366)
,
!82
Gcp update core common (GONRG-1211)
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
pom.xml
+19
-0
19 additions, 0 deletions
pom.xml
testing/pom.xml
+19
-0
19 additions, 0 deletions
testing/pom.xml
with
39 additions
and
1 deletion
README.md
+
1
−
1
View file @
299d5a42
...
...
@@ -30,4 +30,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
\ No newline at end of file
limitations under the License.
This diff is collapsed.
Click to expand it.
pom.xml
+
19
−
0
View file @
299d5a42
...
...
@@ -71,4 +71,23 @@
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<id>
Default
</id>
<activation>
<property>
<name>
!repo.releases.id
</name>
</property>
</activation>
<properties>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-job-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-job-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/146/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/146/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
</project>
This diff is collapsed.
Click to expand it.
testing/pom.xml
+
19
−
0
View file @
299d5a42
...
...
@@ -57,4 +57,23 @@
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>
Default
</id>
<activation>
<property>
<name>
!repo.releases.id
</name>
</property>
</activation>
<properties>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-job-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-job-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/146/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/146/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
</project>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment