Typo in Jenkinsfile

master
Jens Pelzetter 2023-04-22 15:23:30 +02:00
parent 431a84980b
commit 067409a311
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -21,8 +21,8 @@ pipeline {
}
stage("Deploy") {
environment {
DEPLOY_TOKEN = crendentials('gitea_libreccm_ci_packages')
NPM_TOKEN = crendentials('gitea_libreccm_ci_packages')
DEPLOY_TOKEN = credentials('gitea_libreccm_ci_packages')
NPM_TOKEN = credentials('gitea_libreccm_ci_packages')
}
steps {
dir('') {