Skip to content

Commit

Permalink
update env name for ODO_ROBOT_KEY
Browse files Browse the repository at this point in the history
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
  • Loading branch information
anandrkskd committed Dec 8, 2022
1 parent 9815b60 commit 997289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ save_logs() {
else
STATUS="with errors"
fi
cat <<EOF | odo-robot -key-from-env-var ODO_ROBOT_KEY -pr-comment ${GIT_PR_NUMBER} -pipeline ${NAME}
cat <<EOF | odo-robot -key-from-env-var ROBOT_KEY -pr-comment ${GIT_PR_NUMBER} -pipeline ${NAME}
${NAME} on commit ${GIT_COMMIT} finished ${STATUS}.
View logs: [TXT](${BASE_URL}/${LOGFILE}.txt) [HTML](${BASE_URL}/${LOGFILE}.html)
EOF
Expand Down

0 comments on commit 997289f

Please sign in to comment.