Skip to content

Commit

Permalink
GH-2464 update config
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBespalov committed Apr 22, 2024
1 parent abbfbc4 commit 4df8374
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '30'))
}
environment {
// this enables ruby gem binaries, such as xcpretty
PATH = "$HOME/.rbenv/bin:$HOME/.rbenv/shims:/usr/local/bin:/usr/local/sbin:$PATH"
// to enable utf-8 in logs output
LC_CTYPE = "en_US.UTF-8"

CONFIG_KEY_STAGING = credentials('CONFIG_KEY_STAGING')
CONFIG_KEY_PROD = credentials('CONFIG_KEY_PROD')

Expand Down

0 comments on commit 4df8374

Please sign in to comment.