Skip to content

Commit

Permalink
#100 test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Marx committed Nov 23, 2023
1 parent 2dbde58 commit 5700155
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cms-git/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ repos:
- name: "test-repo"
credentials:
username: thmarx
password: "pwd or token"
uri: "git repo"
folder: "target/sites/target"
branch: "release"
password: "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"
uri: "https://github.com/thmarx/test-repo.git"
folder: "target/sites/test-repo"
branch: "main"
cron: "0/10 * * * * ?"
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
package com.github.thmarx.cms.git;

/*-
* #%L
* cms-git
* %%
* Copyright (C) 2023 Marx-Software
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* #L%
*/

import com.github.thmarx.cms.git.tasks.CloneTask;
import java.io.IOException;
import java.nio.file.Path;
Expand Down

0 comments on commit 5700155

Please sign in to comment.