From: Niels Möller Date: Sat, 13 Sep 2025 08:50:12 +0000 (+0200) Subject: ci: Re-enable remote/s390x job. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Freenable-remote-s390;p=thirdparty%2Fnettle.git ci: Re-enable remote/s390x job. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f7e9ff..c32bbea3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,10 +151,7 @@ remote/s390x: - ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT" "rm -rf ci-work/$CI_PIPELINE_IID" rules: - # For some reason, below condition doesn't disable job when - # variables are unset. So never run for now. - # - if: $SSH_PRIVATE_KEY != "" && $S390X_ACCOUNT != "" - - when: never + - if: $SSH_PRIVATE_KEY && $S390X_ACCOUNT tags: - amd64