add full uri any git repos
All checks were successful
docker-build / Build image (push) Successful in 43s
All checks were successful
docker-build / Build image (push) Successful in 43s
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
name: gitlabjobrunner-sample-job
|
||||
spec:
|
||||
gitlabSecretRef: gitlab-credentials
|
||||
repositoryURL: mygroup/myrepo
|
||||
repositoryURL: https://gitlab.example.com/mygroup/myrepo.git
|
||||
branch: main
|
||||
scriptPath: scripts/cleanup.sh
|
||||
image: bitnami/git:latest
|
||||
@@ -25,7 +25,7 @@ metadata:
|
||||
spec:
|
||||
schedule: "0 2 * * *"
|
||||
gitlabSecretRef: gitlab-credentials
|
||||
repositoryURL: mygroup/myrepo
|
||||
repositoryURL: https://gitlab.example.com/mygroup/myrepo.git
|
||||
branch: main
|
||||
scriptPath: scripts/backup.sh
|
||||
image: bitnami/git:latest
|
||||
|
||||
Reference in New Issue
Block a user