mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1443144 - Fix snap build failure caused by files not being copied into ${WORKSPACE} r=jlorenzo
MozReview-Commit-ID: KF1ZH9jZGOf --HG-- extra : rebase_source : a997df0d0b7ed11b7ba2ef19e3efb50469580cdd
This commit is contained in:
parent
fc960c9c84
commit
ebfccc8c4c
@ -49,6 +49,7 @@ done
|
||||
|
||||
# Generate snapcraft manifest
|
||||
sed -e "s/@VERSION@/${VERSION}/g" -e "s/@BUILD_NUMBER@/${BUILD_NUMBER}/g" snapcraft.yaml.in > "${WORKSPACE}/snapcraft.yaml"
|
||||
cp -v "$SCRIPT_DIRECTORY/mime{-handler.xml,apps.list}" "$WORKSPACE"
|
||||
cd "${WORKSPACE}"
|
||||
snapcraft
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user