Skip to content

Commit

Permalink
Revert "(TEMP) test refresh_tutorial with this branch"
Browse files Browse the repository at this point in the history
This reverts commit ff56dfc.
  • Loading branch information
tahina-pro committed May 1, 2022
1 parent d666e7d commit 16abbff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .docker/build/build_funs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ function refresh_hints() {
}

function refresh_tutorial_is_enabled () {
[[ "$OS" != "Windows_NT" ]] && {
[[ $branchname == "master" ]] ||
[[ $branchname == "taramana_github_actions" ]]
}
[[ "$OS" != "Windows_NT" ]] &&
[[ $branchname == "master" ]]
}

function misc () {
Expand Down

0 comments on commit 16abbff

Please sign in to comment.