Merge pull request #606 from marineam/drop-1010

build_jobs: drop old hack for 1010 branch
This commit is contained in:
Michael Marineau 2016-10-27 14:45:11 -07:00 committed by GitHub
commit bc82a8185b
3 changed files with 0 additions and 15 deletions

View File

@ -48,11 +48,6 @@ script() {
source .repo/manifests/version.txt
export COREOS_BUILD_ID
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
echo "SKIPPING ARM"
exit 0
fi
# figure out if ccache is doing us any good in this scheme
enter ccache --zero-stats

View File

@ -49,11 +49,6 @@ script() {
source .repo/manifests/version.txt
export COREOS_BUILD_ID
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
echo "SKIPPING ARM"
exit 0
fi
# Set up GPG for signing images
export GNUPGHOME="${PWD}/.gnupg"
rm -rf "${GNUPGHOME}"

View File

@ -67,11 +67,6 @@ enter() {
source .repo/manifests/version.txt
export COREOS_BUILD_ID
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
echo "SKIPPING ARM"
exit 0
fi
# Set up GPG for signing images
export GNUPGHOME="${PWD}/.gnupg"
rm -rf "${GNUPGHOME}"