mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
Merge pull request #606 from marineam/drop-1010
build_jobs: drop old hack for 1010 branch
This commit is contained in:
commit
bc82a8185b
@ -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
|
||||
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user