Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 22, 2024
1 parent ee00004 commit 37f629f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile_LINUX
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url
[
$class: 'GitSCMSource',
remote: checkout_url,
credentialsId: 'GITHUB_ACCESS_TOKEN'
credentialsId: 'GITEA_ACCESS_TOKEN'
]
)
)
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile_WINDOWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url
[
$class: 'GitSCMSource',
remote: checkout_url,
credentialsId: 'GITHUB_ACCESS_TOKEN'
credentialsId: 'GITEA_ACCESS_TOKEN'
]
)
)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Lumo_Windows_Release_x64_v0.0.5606
Lumo_Windows__x64_v0.0.5606

0 comments on commit 37f629f

Please sign in to comment.