1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00

CI: remove redundant interruptiple assignment

Change-Id: I2e95cb1bf88cf77a59b54cb529dad4d471b6eb06
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-09-13 16:35:09 +01:00
committed by Jon Mason
parent 9dcbf55176
commit 8e1b0e4a57
-1
View File
@@ -28,7 +28,6 @@ stages:
# Generalised fragment to do a Kas build
.build:
extends: .setup
interruptible: true
script:
- KASFILES=$(./ci/jobs-to-kas $CI_JOB_NAME)
- kas shell --update --force-checkout $KASFILES -c 'cat conf/*.conf'