Skip to content

Commit

Permalink
Update fhe_docker_jenkins_trigger_builds_centos.sh (IBM#95)
Browse files Browse the repository at this point in the history
forgot to change the script back to point at master branch
  • Loading branch information
boland25 authored Jan 19, 2021
1 parent 3d41357 commit 385ed2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BUILD_TYPE=$3
SLACK_HOOK=$4

# Pull latest from the FHE repo, master branch
git checkout mlhelib
git checkout master
# Build the Docker image for CentOS
./BuildDockerImage.sh centos
# Shut everything down before we start
Expand Down

0 comments on commit 385ed2a

Please sign in to comment.