Skip to content

Commit

Permalink
fixing jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 18, 2024
1 parent 1fbdeb0 commit c5b4d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pipeline {
}
environment {
GPG = credentials("GPG")
DEBEMAIL = 'gpg@r2cloud.ru'
DEBFULLNAME = 'r2cloud'
}
stages {
stage('Package and deploy') {
Expand Down
4 changes: 0 additions & 4 deletions build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ BUILD_NUMBER=$4
GPG_KEYNAME=$5
APT_CLI_VERSION="apt-cli-1.9"

DEBEMAIL="gpg@r2cloud.ru"
DEBFULLNAME="r2cloud"
export DEBEMAIL DEBFULLNAME

. ./configure_flags.sh ${CPU}

git config user.email "gpg@r2cloud.ru"
Expand Down

0 comments on commit c5b4d8c

Please sign in to comment.