Skip to content

Commit

Permalink
Changed jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshGahlot committed Jan 6, 2025
1 parent a452bcb commit d4f1011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer_scripts/install-yb-voyager
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ centos_main() {
update_yb_voyager_bashrc
# Removing gcc for testing
sudo dnf remove -y gcc 1>&2
sudo yum install -y https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/reporpms/yb-yum-repo-1.1-0.noarch.rpm 1>&2
sudo yum install -y perl-DBD-Oracle perl-DBD-mysql 1>&2
$YUM_INSTALL https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/reporpms/yb-yum-repo-1.1-0.noarch.rpm 1>&2
$YUM_INSTALL perl-DBD-Oracle perl-DBD-mysql 1>&2
install_ora2pg
create_base_ora2pg_conf_file
fi
install_debezium_server
sudo dnf install -y gcc 1>&2
$YUM_INSTALL gcc 1>&2
install_yb_voyager
sudo dnf remove -y gcc 1>&2
create_yb_session_vars_file
Expand Down

0 comments on commit d4f1011

Please sign in to comment.