Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kropp committed Apr 24, 2019
1 parent 995eafa commit de19ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -x -u

printenv CHROME_EXTENSION_PEM_BASE64 | base64 -d > extension.pem
printenv CHROME_EXTENSION_PEM_BASE64 | tr -d '\r' | base64 -d > extension.pem

sed -i "s/\"version\": \"1.0\"/\"version\": \"$BUILD_NUMBER\"/g" manifest.json

Expand Down

0 comments on commit de19ff7

Please sign in to comment.