Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariofredo authored Sep 3, 2020
1 parent 0c5ffde commit 5b5b834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ do
then
log "0" "Fetch and reset git repo '${GIT_REPO}' to '${TMP_FOLDER}'"
cd ${TMP_FOLDER} && exec_log "git fetch --verbose"
cd ${TMP_FOLDER} && exec_log "git reset --hard origin/${GIT_REPO}"
cd ${TMP_FOLDER} && exec_log "git reset --hard origin/${GIT_BRANCH}"

else

Expand Down

0 comments on commit 5b5b834

Please sign in to comment.