Skip to content

Commit

Permalink
config: jkubeio renamed to eclipse-jkube plus reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Apr 22, 2024
1 parent 33a4d52 commit e3f99e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const DEFAULT_CONFIG_VALUES = {
ciOwner: 'jkubeio',
ciRepo: 'ci',
ciRepoUrl: 'https://github.com/jkubeio/ci',
itRepoGit: 'https://github.com/jkubeio/jkube-integration-tests.git',
ciRepoUrl: 'https://github.com/eclipse-jkube/ci',
itRepoGit: 'https://github.com/eclipse-jkube/jkube-integration-tests.git',
itRevision: 'main',
jkubeDir: 'jkube',
jkubeITDir: 'jkube-it',
user: 'manusa',
owner: 'eclipse',
owner: 'eclipse-jkube',
repo: 'jkube'
};

Expand Down

0 comments on commit e3f99e7

Please sign in to comment.