Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagnard committed Apr 3, 2024
1 parent 7412f10 commit c14a050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/provisioning-manifest-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- addMavenRepository: 'https://devtools.jahia.com/nexus/content/groups/internal@id=jahia-internal@snapshots'
username: NEXUS_USERNAME
password: NEXUS_PASSWORD
username: ${env:NEXUS_USERNAME}
password: ${env:NEXUS_PASSWORD}

- installBundle:
- 'mvn:org.jahia.modules/legacy-default-components/1.0.0-SNAPSHOT'
Expand Down

0 comments on commit c14a050

Please sign in to comment.