Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Do not expose Jenkins env vars in console output (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfestal committed Jan 29, 2020
1 parent b0dfc33 commit 770973c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cico_build_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export CDN_PREFIX=https://static.developers.redhat.com/che/theia_artifacts/
export MONACO_CDN_PREFIX=https://cdn.jsdelivr.net/npm/

install_deps
set +x
load_jenkins_vars
set -x
buildImages
publishImagesOnQuay

0 comments on commit 770973c

Please sign in to comment.