forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This addresses "No such file or directory" for first-time users of script/canvas_update and script/prepare/prepare . Test Plan: - qa-cr Change-Id: I65373682830c7cfb169b6d0b5436dc24542cd446 Reviewed-on: https://gerrit.instructure.com/167770 Tested-by: Jenkins Reviewed-by: Brian Watson <[email protected]> QA-Review: Michael Hargiss <[email protected]> Product-Review: Michael Hargiss <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,5 +91,6 @@ done | |
|
||
if [ "$PERFORM_UPDATE" == "true" ]; then | ||
trap print_results INT TERM EXIT | ||
create_log_file | ||
update_canvas | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters