Skip to content

Commit

Permalink
Fix package-translations build
Browse files Browse the repository at this point in the history
Address "detected dubious ownership" error message

test plan
- `export SSH_KEY_FILE=./nonexistent`
- Run the script
  `build/new-jenkins/package-translations/sync-translations.sh`
- Verify that the value of `$?` is zero

Change-Id: Icd9c3e25b39549103d92127721b7983f32fa7fb2
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/303138
Tested-by: Service Cloud Jenkins <[email protected]>
QA-Review: Joe Hernandez <[email protected]>
Product-Review: Jon Scheiding <[email protected]>
Reviewed-by: Aaron Ogata <[email protected]>
Build-Review: Aaron Ogata <[email protected]>
  • Loading branch information
Jon Scheiding committed Oct 21, 2022
1 parent 3f10c92 commit 6672e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/new-jenkins/package-translations/sync-strings.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -x -o errexit -o errtrace -o nounset -o pipefail
git config --global --add safe.directory /usr/src/app

##
# This script takes an en.json file for package translations, and sends it
Expand Down

0 comments on commit 6672e8a

Please sign in to comment.