From: Niels Möller Date: Sat, 30 Sep 2023 13:11:42 +0000 (+0200) Subject: Fix CI syntax error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32192eea0cd2c6da49f7d1dc35b7ddb24971a067;p=thirdparty%2Fnettle.git Fix CI syntax error. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bcd6328..3b516318 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,6 +176,7 @@ Debian.cross.s390x-linux-gnu: remote/s390x: image: $CI_REGISTRY/$BUILDENV_NATIVE_IMAGE + before_script: # File created as world-readable by gitlab ci machinery. - chmod 0600 $SSH_PRIVATE_KEY - ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT"